summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-08-23 22:39:04 +0000
committerSteve Huston <shuston@riverace.com>2002-08-23 22:39:04 +0000
commitcfc877e7bece5599a3c03aa80b3aa9b9542623bf (patch)
treecb2ffab8a6a62f3d6c6428057265b0dd025c4e7a /ace/Log_Msg.h
parentbac2d01866ab5f11c250985b7bd8b04c4dad51c2 (diff)
downloadATCD-cfc877e7bece5599a3c03aa80b3aa9b9542623bf.tar.gz
ChangeLogTag:Fri Aug 23 18:20:31 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index a3926869fb1..0a82fd8301a 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -22,8 +22,7 @@
#include "ace/Global_Macros.h"
#include "ace/Default_Constants.h"
#include "ace/Log_Priority.h"
-#include "ace/Basic_Types.h"
-#include "ace/OS_Errno.h"
+#include "ace/OS.h"
// The following ASSERT macro is courtesy of Alexandre Karev
// <akg@na47sun05.cern.ch>.