summaryrefslogtreecommitdiff
path: root/ace/Event_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Event_Handler.h')
-rw-r--r--ace/Event_Handler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Event_Handler.h b/ace/Event_Handler.h
index a2397179601..669d923d5e2 100644
--- a/ace/Event_Handler.h
+++ b/ace/Event_Handler.h
@@ -20,11 +20,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-// need to fix THR_DETACHED, then we can get rid of OS.h
-#include "ace/OS.h"
#include "ace/os_include/os_signal.h"
-#include "ace/os_include/os_pthread.h"
#include "ace/Atomic_Op.h"
+#include "ace/Synch_Traits.h"
// Forward declaration.
class ACE_Message_Block;