diff options
Diffstat (limited to 'ace/Module.h')
-rw-r--r-- | ace/Module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Module.h b/ace/Module.h index 092f0f915e7..1490da2095c 100644 --- a/ace/Module.h +++ b/ace/Module.h @@ -13,7 +13,7 @@ #ifndef ACE_MODULE_H #define ACE_MODULE_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/ACE_export.h" @@ -204,6 +204,6 @@ private: #pragma implementation ("Module.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_MODULE_H */ |