diff options
Diffstat (limited to 'ace/config-psos-diab.h')
-rw-r--r-- | ace/config-psos-diab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-psos-diab.h b/ace/config-psos-diab.h index a8c37d1bdc6..0ca0b425e6f 100644 --- a/ace/config-psos-diab.h +++ b/ace/config-psos-diab.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__ @@ -232,5 +232,5 @@ #define ACE_PSOS_DIAB #endif /* ACE_PSOS_DIAB */ #define ACE_LACKS_MKFIFO -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |