diff options
Diffstat (limited to 'ace/OS_Errno.h')
-rw-r--r-- | ace/OS_Errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS_Errno.h b/ace/OS_Errno.h index 94e34e75063..6acd7aefd9a 100644 --- a/ace/OS_Errno.h +++ b/ace/OS_Errno.h @@ -12,7 +12,7 @@ #ifndef ACE_OS_ERRNO_H #define ACE_OS_ERRNO_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/OS_Export.h" @@ -120,5 +120,5 @@ private: # include "ace/OS_Errno.inl" #endif /* ACE_HAS_INLINED_OSCALLS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_OS_ERRNO_H */ |