summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index bc7460d1643..5b5c1a003b1 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -24,12 +24,6 @@
#include "ace/INET_Addr.h"
#include "ace/Handle_Set.h"
-#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
-# include /**/ <iostream.h>
-#else
-# include "ace/stdcpp.h"
-#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
-
#if defined (ACE_HAS_STRING_CLASS)
#if defined (ACE_WIN32)
typedef CString ACE_IOStream_String;