diff options
Diffstat (limited to 'Kokyu/Default_Dispatcher_Impl.h')
-rw-r--r-- | Kokyu/Default_Dispatcher_Impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kokyu/Default_Dispatcher_Impl.h b/Kokyu/Default_Dispatcher_Impl.h index dab89df9119..7c59faa15b2 100644 --- a/Kokyu/Default_Dispatcher_Impl.h +++ b/Kokyu/Default_Dispatcher_Impl.h @@ -12,7 +12,7 @@ #ifndef DEFAULT_DISPATCHER_IMPL_H #define DEFAULT_DISPATCHER_IMPL_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/OS.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -70,5 +70,5 @@ namespace Kokyu #include "Default_Dispatcher_Impl.i" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* DEFAULT_DISPATCHER_IMPL_H */ |