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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 165761fc0ef..0c0bb5e7c9b 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -59,6 +59,10 @@
# define ACE_NOTSUP do { errno = ENOTSUP; return; } while (0)
#endif /* ! ACE_HAS_VERBOSE_NOTSUP */
+// These includes are here to avoid circular dependencies.
+// Keep this at the bottom of the file. It contains the main macros.
+#include "ace/OS_main.h"
+
// ----------------------------------------------------------------
# define ACE_TRACE_IMPL(X) ACE_Trace ____ (ACE_LIB_TEXT (X), __LINE__, ACE_LIB_TEXT (__FILE__))
@@ -95,10 +99,6 @@
# include "ace/Trace.h"
#endif /* ACE_OS_NTRACE */
-// These includes are here to avoid circular dependencies.
-// Keep this at the bottom of the file. It contains the main macros.
-#include "ace/OS_main.h"
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_ALL_H */