diff options
Diffstat (limited to 'ace/config-sco-5.0.0-fsu-pthread.h')
-rw-r--r-- | ace/config-sco-5.0.0-fsu-pthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-sco-5.0.0-fsu-pthread.h b/ace/config-sco-5.0.0-fsu-pthread.h index 2c873f48c87..6d94c55d3a8 100644 --- a/ace/config-sco-5.0.0-fsu-pthread.h +++ b/ace/config-sco-5.0.0-fsu-pthread.h @@ -3,7 +3,7 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/config-g++-common.h" #include "ace/config-sco-5.0.0.h" @@ -11,5 +11,5 @@ #define ACE_HAS_GNU_CSTRING_H -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |