summaryrefslogtreecommitdiff
path: root/ace/iosfwd.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-16 23:03:26 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-16 23:03:26 +0000
commit7f35eef63dbc3d7061f50da7f9bc0873129e576a (patch)
treec6a51cfd1983485768b9d3f26b0ebb5baddd9a04 /ace/iosfwd.h
parent7773e5d0ee3fc3fd708c24ba09d080f9aa664c95 (diff)
downloadATCD-7f35eef63dbc3d7061f50da7f9bc0873129e576a.tar.gz
Added "inc_user_config.h" to prevent multiple inclusions of user config.h file.
Diffstat (limited to 'ace/iosfwd.h')
-rw-r--r--ace/iosfwd.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/iosfwd.h b/ace/iosfwd.h
index 0f94dd5a68c..1a1dcfe2003 100644
--- a/ace/iosfwd.h
+++ b/ace/iosfwd.h
@@ -10,13 +10,13 @@
// iosfwd.h
//
// = AUTHOR
-// Irfan Pyarali
+// Irfan Pyarali
//
// = DESCRIPTION
// This file contains the portability ugliness for the Standard C++
// Library. As implementations of the "standard" emerge, this file
// will need to be updated.
-//
+//
// This files deals with forward declaration for the stream
// classes. Remember that since the new Standard C++ Library code
// for streams uses templates, simple forward declaration will not
@@ -27,10 +27,7 @@
#if !defined (ACE_IOSFWD_H)
#define ACE_IOSFWD_H
-#if !defined (ACE_USER_CONFIG_H)
-#define ACE_USER_CONFIG_H
-#include "ace/config.h"
-#endif /* ACE_USER_CONFIG_H */
+#include "ace/inc_user_config.h"
#if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && (ACE_HAS_STANDARD_CPP_LIBRARY != 0)