diff options
Diffstat (limited to 'ace/Timer_Hash.h')
-rw-r--r-- | ace/Timer_Hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timer_Hash.h b/ace/Timer_Hash.h index 189fbb7bace..a457ba41207 100644 --- a/ace/Timer_Hash.h +++ b/ace/Timer_Hash.h @@ -13,7 +13,7 @@ #ifndef ACE_TIMER_HASH_H #define ACE_TIMER_HASH_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/Timer_Hash_T.h" @@ -67,5 +67,5 @@ typedef ACE_Timer_Hash_Iterator_T<ACE_Event_Handler *, ACE_Hash_Timer_Heap> ACE_Timer_Hash_Heap_Iterator; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_TIMER_HASH_H */ |