diff options
Diffstat (limited to 'TAO/tao/ServicesC.h')
-rw-r--r-- | TAO/tao/ServicesC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ServicesC.h b/TAO/tao/ServicesC.h index 6fd6cba64ce..ac19eb51d77 100644 --- a/TAO/tao/ServicesC.h +++ b/TAO/tao/ServicesC.h @@ -25,7 +25,7 @@ #ifndef _TAO_IDL_ORIG_SERVICESC_H_ #define _TAO_IDL_ORIG_SERVICESC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/OctetSeqC.h" #include "tao/CDR.h" @@ -329,6 +329,6 @@ TAO_Export CORBA::Boolean operator>> ( #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |