summaryrefslogtreecommitdiff
path: root/ace/Timer/Timer_Heap_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer/Timer_Heap_T.h')
-rw-r--r--ace/Timer/Timer_Heap_T.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Timer/Timer_Heap_T.h b/ace/Timer/Timer_Heap_T.h
index 6039225e797..75c7d8d41e1 100644
--- a/ace/Timer/Timer_Heap_T.h
+++ b/ace/Timer/Timer_Heap_T.h
@@ -14,14 +14,14 @@
#define ACE_TIMER_HEAP_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
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Free_List.h"
-#include "ace/Unbounded_Set.h"
+#include "ace/Utils/Templates/Free_List.h"
+#include "ace/Utils/Unbounded_Set.h"
// Forward declaration
template <class TYPE, class FUNCTOR, class ACE_LOCK>
@@ -318,7 +318,7 @@ private:
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) && !defined(ACE_HAS_BROKEN_HPUX_TEMPLATES)
-#include "ace/Timer_Heap_T.cpp"
+#include "ace/Timer/Timer_Heap_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)