diff options
Diffstat (limited to 'ace/Obstack.h')
-rw-r--r-- | ace/Obstack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Obstack.h b/ace/Obstack.h index afc944dcc6e..d5f122666df 100644 --- a/ace/Obstack.h +++ b/ace/Obstack.h @@ -11,7 +11,7 @@ #ifndef ACE_OBSTACK_H #define ACE_OBSTACK_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/Obstack_T.h" @@ -23,5 +23,5 @@ typedef ACE_Obstack_T<char> ACE_Obstack; ACE_SINGLETON_DECLARATION (ACE_Obstack_T <char>;) -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_OBSTACK_H */ |