summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 20:08:33 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 20:08:33 +0000
commitc01d13a1fa78d1e210edda8b82de3e196047e6dc (patch)
treefaf20a591f14341485a119f479ef6ceb3b17dfb1 /ace/OS.h
parentfa9f348c6b4abce8aa9fa83422a03b069f0e0204 (diff)
downloadATCD-c01d13a1fa78d1e210edda8b82de3e196047e6dc.tar.gz
Changed use of ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION in stdcpp.h
to include iostream when the above is #defined as 1. Made changes to other files to accommodate this change.
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/OS.h b/ace/OS.h
index d06bb7d6439..a38a64ca9c5 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1664,10 +1664,6 @@ typedef u_int ACE_thread_key_t;
#include "ace/stdcpp.h"
-#if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION)
-class ostream;
-#endif /* ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION */
-
#include /**/ <fcntl.h>
// This must come after signal.h is #included.