diff options
Diffstat (limited to 'TAO/tao/IOPC.h')
-rw-r--r-- | TAO/tao/IOPC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IOPC.h b/TAO/tao/IOPC.h index 061d23f2c97..c7c71a78b43 100644 --- a/TAO/tao/IOPC.h +++ b/TAO/tao/IOPC.h @@ -24,7 +24,7 @@ #ifndef _TAO_IDL_ORIG_IOPC_H_ #define _TAO_IDL_ORIG_IOPC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -78,5 +78,5 @@ #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |