diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-06 04:25:54 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-06 04:25:54 +0000 |
commit | 0d8ee7e4258f06f26d0a9dbb467ecf573dc5d689 (patch) | |
tree | a00a40326372f5fade152590802b12891788f2a3 /ace/Hash_Map_Manager.h | |
parent | 93735413191d08c245df27e593d79aba9482efc2 (diff) | |
download | ATCD-0d8ee7e4258f06f26d0a9dbb467ecf573dc5d689.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.h')
-rw-r--r-- | ace/Hash_Map_Manager.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h index f2735981288..a7b455152a8 100644 --- a/ace/Hash_Map_Manager.h +++ b/ace/Hash_Map_Manager.h @@ -24,12 +24,11 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ - -// Include the templates here. -#include "ace/Hash_Map_Manager_T.h" - #if defined (__ACE_INLINE__) #include "ace/Hash_Map_Manager.i" #endif /* __ACE_INLINE__ */ +// Include the templates here. +#include "ace/Hash_Map_Manager_T.h" + #endif /* ACE_HASH_MAP_MANAGER_H */ |