summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r--ace/Log_Record.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index c9df01d2b7c..e1ba6af5a1d 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -2,15 +2,15 @@
#include "ace/Log_Record.h"
-#if defined (ACE_LACKS_INLINE_FUNCTIONS)
-# include "ace/Log_Record.i"
-#endif
-
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_time.h"
+#if !defined (__ACE_INLINE__)
+# include "ace/Log_Record.i"
+#endif /* __ACE_INLINE__ */
+
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
// FUZZ: disable check_for_streams_include
# include "ace/streams.h"