summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-09-28 01:32:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-09-28 01:32:23 +0000
commit48da82f13b9d246be04973baa3054c110da1b2c8 (patch)
tree029621fa14ee405286c97ba523192d6196511351 /ace/IOStream.h
parente61e5f8c004560b0ac9e9766dc00d7d39f3933b7 (diff)
downloadATCD-48da82f13b9d246be04973baa3054c110da1b2c8.tar.gz
ChangeLogTag:Wed Sep 27 16:17:36 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index 61d97b796c4..721d1eafe53 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
// ============================================================================
@@ -26,8 +27,6 @@
#if !defined (ACE_LACKS_ACE_IOSTREAM)
-#include "ace/INET_Addr.h"
-#include "ace/Handle_Set.h"
#include "ace/streams.h"
#if defined (ACE_HAS_STRING_CLASS)
@@ -495,5 +494,6 @@ typedef ostream& (*__omanip_)(ostream&);
// Include the templates here.
#include "ace/IOStream_T.h"
#endif /* !ACE_LACKS_ACE_IOSTREAM */
+
#include "ace/post.h"
#endif /* ACE_IOSTREAM_H */