summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 7ddff622133..810d3d588af 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -146,9 +146,6 @@
# define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#endif /* ACE_HAS_CUSTOM_EXPORT_MACROS */
-#include "ace/ACE_export.h"
-#include "ace/svc_export.h"
-
// This is a whim of mine -- that instead of annotating a class with
// ACE_Export in its declaration, we make the declaration near the TOP
// of the file with ACE_DECLARE_EXPORT.
@@ -331,12 +328,6 @@
#endif /* __sgi || ghs || ..... */
// ============================================================================
-// errno stuff
-// ============================================================================
-
-#include "ace/OS_Errno.h"
-
-// ============================================================================
// ACE_NEW macros
//
// A useful abstraction for expressions involving operator new since