summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-26 21:34:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-26 21:34:22 +0000
commit7cb763e1f0b8d16d7d9e5b4a2a310862f7be36cc (patch)
treef5588ec442a50cd28973d4fcf92b918e1f5a16a5
parentc98b8dfe09bcbd1f6c77e208f5935d29002ef6b3 (diff)
downloadATCD-7cb763e1f0b8d16d7d9e5b4a2a310862f7be36cc.tar.gz
ChangeLogTag: Thu Aug 26 16:33:42 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog-99b4
-rw-r--r--ace/Log_Msg.cpp1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index b70220e790a..3fb89f7b660 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,7 @@
+Thu Aug 26 16:33:42 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Log_Msg.cpp: removed unnecessary #include "ace/Synch_T.h".
+
Thu Aug 26 13:49:00 1999 David L. Levine <levine@cs.wustl.edu>
* examples/Threads/Makefile: removed process_manager from BIN.
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index ad347b1347f..682b23b15fc 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -22,7 +22,6 @@
#endif /* !ACE_HAS_INLINED_OSCALLS */
#include "ace/Thread_Manager.h"
-#include "ace/Synch_T.h"
#include "ace/OS.h"
#if !defined (ACE_MT_SAFE) || (ACE_MT_SAFE == 0)