summaryrefslogtreecommitdiff
path: root/ace/Demux/Event_Handler_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Demux/Event_Handler_T.cpp')
-rw-r--r--ace/Demux/Event_Handler_T.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Demux/Event_Handler_T.cpp b/ace/Demux/Event_Handler_T.cpp
index f0efd27b43f..487120b410a 100644
--- a/ace/Demux/Event_Handler_T.cpp
+++ b/ace/Demux/Event_Handler_T.cpp
@@ -4,7 +4,7 @@
#ifndef EVENT_HANDLER_T_C
#define EVENT_HANDLER_T_C
-#include "ace/Event_Handler_T.h"
+#include "ace/Demux/Event_Handler_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -15,7 +15,7 @@ ACE_RCSID(ace, Event_Handler_T, "$Id$")
#if defined (ACE_HAS_TEMPLATE_TYPEDEFS)
#if !defined (__ACE_INLINE__)
-#include "ace/Event_Handler_T.i"
+#include "ace/Demux/Event_Handler_T.i"
#endif /* __ACE_INLINE__ */
ACE_ALLOC_HOOK_DEFINE(ACE_Event_Handler_T)