diff options
Diffstat (limited to 'ace/SOCK.h')
-rw-r--r-- | ace/SOCK.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK.h b/ace/SOCK.h index 427a7f85bb1..c616ce8c0ef 100644 --- a/ace/SOCK.h +++ b/ace/SOCK.h @@ -12,7 +12,7 @@ #ifndef ACE_SOCK_H #define ACE_SOCK_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/ACE_export.h" @@ -117,5 +117,5 @@ protected: #include "ace/SOCK.i" #endif /* ACE_LACKS_INLINE_FUNCTIONS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_SOCK_H */ |