diff options
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r-- | ace/Asynch_Acceptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h index aadffaa11de..29f43e7d302 100644 --- a/ace/Asynch_Acceptor.h +++ b/ace/Asynch_Acceptor.h @@ -12,7 +12,7 @@ #ifndef ACE_ASYNCH_ACCEPTOR_H #define ACE_ASYNCH_ACCEPTOR_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/config-all.h" @@ -282,5 +282,5 @@ private: #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_ASYNCH_ACCEPTOR_H */ |