diff options
Diffstat (limited to 'ace/Local_Tokens.h')
-rw-r--r-- | ace/Local_Tokens.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Local_Tokens.h b/ace/Local_Tokens.h index 76bd18faa4d..43722bfafcb 100644 --- a/ace/Local_Tokens.h +++ b/ace/Local_Tokens.h @@ -43,7 +43,7 @@ #ifndef ACE_LOCAL_MUTEX_H #define ACE_LOCAL_MUTEX_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/config-all.h" @@ -1110,5 +1110,5 @@ protected: #if defined (__ACE_INLINE__) #include "ace/Local_Tokens.i" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_LOCAL_MUTEX_H */ |