diff options
Diffstat (limited to 'ace/config-sunos4-sun4.x.h')
-rw-r--r-- | ace/config-sunos4-sun4.x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-sunos4-sun4.x.h b/ace/config-sunos4-sun4.x.h index a5f1fd23063..d83efc34c1c 100644 --- a/ace/config-sunos4-sun4.x.h +++ b/ace/config-sunos4-sun4.x.h @@ -6,7 +6,7 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #define ACE_LACKS_SYSTIME_H #define ACE_LACKS_GETPGID @@ -102,5 +102,5 @@ #define ACE_NTRACE 1 #endif /* ACE_NTRACE */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |