diff options
Diffstat (limited to 'TAO/tao/DomainC.h')
-rw-r--r-- | TAO/tao/DomainC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DomainC.h b/TAO/tao/DomainC.h index c15dfdffe3a..008e00bf7f8 100644 --- a/TAO/tao/DomainC.h +++ b/TAO/tao/DomainC.h @@ -25,7 +25,7 @@ #ifndef _TAO_IDL_ORIG_DOMAINC_H_ #define _TAO_IDL_ORIG_DOMAINC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -753,5 +753,5 @@ TAO_Export CORBA::Boolean operator>> ( #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |