diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-26 18:32:32 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-26 18:32:32 +0000 |
commit | f589fce750a69465231f7267f35d0d2965571dde (patch) | |
tree | 40f43ecf50497512d340f015d4d4da867344a086 /ace/SString.cpp | |
parent | 7aca63cabc7d12d4f0687c39fbe096b38fed9068 (diff) | |
download | ATCD-ami_phase4_end.tar.gz |
This commit was manufactured by cvs2svn to create tagami_phase4_end
'ami_phase4_end'.
Diffstat (limited to 'ace/SString.cpp')
-rw-r--r-- | ace/SString.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/SString.cpp b/ace/SString.cpp index 36024b8d57d..84d12bedf9a 100644 --- a/ace/SString.cpp +++ b/ace/SString.cpp @@ -3,14 +3,12 @@ #define ACE_BUILD_DLL #include "ace/Malloc.h" #if !defined (ACE_HAS_WINCE) -# include "ace/Service_Config.h" +# include "ace/Service_Config.h" #endif /* !ACE_HAS_WINCE */ #include "ace/SString.h" #include "ace/Auto_Ptr.h" -#if !defined (ACE_LACKS_IOSTREAM_TOTALLY) -# include "ace/streams.h" -#endif /* ! ACE_LACKS_IOSTREAM_TOTALLY */ +#include "ace/streams.h" #if !defined (__ACE_INLINE__) #include "ace/SString.i" |