diff options
Diffstat (limited to 'ace/config-cxx-common.h')
-rw-r--r-- | ace/config-cxx-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-cxx-common.h b/ace/config-cxx-common.h index 4ffee9f4b7d..26d8ec204bb 100644 --- a/ace/config-cxx-common.h +++ b/ace/config-cxx-common.h @@ -2,7 +2,7 @@ #ifndef ACE_CXX_COMMON_H #define ACE_CXX_COMMON_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #if !defined (ACE_CONFIG_INCLUDE_CXX_COMMON) # error ace/config-cxx-common.h: ACE configuration error! Do not #include this file directly! @@ -85,5 +85,5 @@ # error ace/config-cxx-common.h can only be used with Compaq CXX! #endif /* ! __DECCXX */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_CXX_COMMON_H */ |