summaryrefslogtreecommitdiff
path: root/ace/Timer/Timer_List_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer/Timer_List_T.h')
-rw-r--r--ace/Timer/Timer_List_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer/Timer_List_T.h b/ace/Timer/Timer_List_T.h
index a863ce39a3c..f88ace0f624 100644
--- a/ace/Timer/Timer_List_T.h
+++ b/ace/Timer/Timer_List_T.h
@@ -14,7 +14,7 @@
#define ACE_TIMER_LIST_T_H
#include "ace/pre.h"
-#include "ace/Timer_Queue_T.h"
+#include "ace/Timer/Timer_Queue_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -206,7 +206,7 @@ private:
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) && !defined(ACE_HAS_BROKEN_HPUX_TEMPLATES)
-#include "ace/Timer_List_T.cpp"
+#include "ace/Timer/Timer_List_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)