diff options
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r-- | TAO/tao/orbconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h index 494805b3e57..0bd007966ea 100644 --- a/TAO/tao/orbconf.h +++ b/TAO/tao/orbconf.h @@ -16,7 +16,7 @@ #ifndef TAO_ORBCONF_H #define TAO_ORBCONF_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" // "ace/OS.h" is overkill. "ace/Basic_Types.h" is enough. In // particular, it is needed for the definition of ACE_LITTLE_ENDIAN. @@ -848,5 +848,5 @@ enum TAO_Policy_Scope # define TAO_USE_LAZY_RESOURCE_USAGE_STRATEGY 0 #endif /* TAO_USE_LAZY_RESOURCE_USAGE_STRATEGY*/ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_ORBCONF_H */ |