diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-06-17 19:17:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-06-17 19:17:04 +0000 |
commit | 5a37c51536088b0e3fcef81fa22d7721c1f775ea (patch) | |
tree | 8869ccc183e57a467c0d23e36b04b6cd06c926d1 /TAO/TAO_IDL | |
parent | 59e5554918df55649e99cc6ad9635a23f3405e27 (diff) | |
download | ATCD-5a37c51536088b0e3fcef81fa22d7721c1f775ea.tar.gz |
ChangeLogTag: Fri Jun 17 19:09:56 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/be/be_codegen.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp index f6c94d77db4..28f0364f3ff 100644 --- a/TAO/TAO_IDL/be/be_codegen.cpp +++ b/TAO/TAO_IDL/be/be_codegen.cpp @@ -1604,12 +1604,6 @@ TAO_CodeGen::gen_stub_src_includes (void) this->gen_standard_include (this->client_stubs_, "ace/Auto_Ptr.h"); } - - // Needed by HPUX when optimize=1. -#if defined (HPUX) - this->gen_standard_include (this->client_stubs_, - "ace/SString.h"); -#endif /* HPUX */ } void |