diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-05 19:17:04 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-05 19:17:04 +0000 |
commit | f00f47cc77db07b491cbefce779917c52825f9c1 (patch) | |
tree | 5cd253c045eca2c4e2e1ac6a23c37cf48d1dd60f | |
parent | 49d988af1485537cfb99404c5c692caf53f9004f (diff) | |
download | ATCD-f00f47cc77db07b491cbefce779917c52825f9c1.tar.gz |
removed unnecessary #include of ace/ACE.h
-rw-r--r-- | ace/Trace.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/Trace.cpp b/ace/Trace.cpp index 8740dbd7c63..9b7c6345dd3 100644 --- a/ace/Trace.cpp +++ b/ace/Trace.cpp @@ -13,16 +13,6 @@ ACE_RCSID(ace, Trace, "$Id$") #endif /* ACE_NTRACE */ #define ACE_NTRACE 1 -// This must come first to avoid "order of include" problems... - -#if !defined (ACE_HAS_INLINED_OSCALLS) && !defined(ACE_HAS_ONE_DEFINITION_RULE) -#define ACE_HAS_INLINED_OSCALLS -#include "ace/ACE.h" -#undef ACE_HAS_INLINED_OSCALLS -#else -#include "ace/ACE.h" -#endif /* !ACE_HAS_INLINED_OSCALLS */ - #include "ace/Log_Msg.h" #include "ace/Trace.h" |