summaryrefslogtreecommitdiff
path: root/ace/streams.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-24 11:28:38 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-24 11:28:38 +0000
commit92425a5a45af94f2c8dcdfe5608fab48c6c1faa7 (patch)
tree8d68347f128a4dcb10b8195194e2dc0ce69de420 /ace/streams.h
parent1306cca4488b7cf4889904a35834da596733dabc (diff)
downloadATCD-92425a5a45af94f2c8dcdfe5608fab48c6c1faa7.tar.gz
Changes for Windows CE port. Please see ChangeLog entry: Tue Feb 24 05:08:31 1998 Nanbor Wang <nanbor@cs.wustl.edu> for further details
Diffstat (limited to 'ace/streams.h')
-rw-r--r--ace/streams.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/streams.h b/ace/streams.h
index b4983355841..3297e722095 100644
--- a/ace/streams.h
+++ b/ace/streams.h
@@ -34,8 +34,8 @@
#endif /* _MSC_VER */
#if defined (ACE_USES_OLD_IOSTREAMS)
-#include <iostream.h>
-#include <fstream.h>
+#include /**/ <iostream.h>
+#include /**/ <fstream.h>
#else
#include /**/ <iomanip>
#include /**/ <ios>