summaryrefslogtreecommitdiff
path: root/ace/Utils/Templates/Hash_Map_With_Allocator_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Utils/Templates/Hash_Map_With_Allocator_T.h')
-rw-r--r--ace/Utils/Templates/Hash_Map_With_Allocator_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Utils/Templates/Hash_Map_With_Allocator_T.h b/ace/Utils/Templates/Hash_Map_With_Allocator_T.h
index 0b04fe130d8..77eddb1f851 100644
--- a/ace/Utils/Templates/Hash_Map_With_Allocator_T.h
+++ b/ace/Utils/Templates/Hash_Map_With_Allocator_T.h
@@ -14,7 +14,7 @@
#define ACE_HASH_MAP_WITH_ALLOCATOR_T_H
#include "ace/pre.h"
-#include "ace/Hash_Map_Manager.h"
+#include "ace/Utils/Hash_Map_Manager.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -86,11 +86,11 @@ public:
};
#if defined (__ACE_INLINE__)
-#include "ace/Hash_Map_With_Allocator_T.i"
+#include "ace/Utils/Templates/Hash_Map_With_Allocator_T.i"
#endif /* __ACE_INLINE__ */
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
-#include "ace/Hash_Map_With_Allocator_T.cpp"
+#include "ace/Utils/Templates/Hash_Map_With_Allocator_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)