diff options
Diffstat (limited to 'ace/config-psos-tm.h')
-rw-r--r-- | ace/config-psos-tm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-psos-tm.h b/ace/config-psos-tm.h index d3f4f727637..f6d282bdbd4 100644 --- a/ace/config-psos-tm.h +++ b/ace/config-psos-tm.h @@ -6,7 +6,7 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" // #if ! defined (__ACE_INLINE__) // # define __ACE_INLINE__ @@ -204,5 +204,5 @@ #endif /* ACE_PSOS_TBD */ #define ACE_LACKS_MKFIFO #define ACE_MALLOC_ALIGN 8 -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |