diff options
Diffstat (limited to 'TAO/tao/IORTable/IORTableC.h')
-rw-r--r-- | TAO/tao/IORTable/IORTableC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORTable/IORTableC.h b/TAO/tao/IORTable/IORTableC.h index 3e0230d08e8..738cb403216 100644 --- a/TAO/tao/IORTable/IORTableC.h +++ b/TAO/tao/IORTable/IORTableC.h @@ -25,7 +25,7 @@ #ifndef _TAO_IDL_ORIG_IORTABLEC_H_ #define _TAO_IDL_ORIG_IORTABLEC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corba.h" @@ -444,6 +444,6 @@ TAO_IORTable_Export CORBA::Boolean operator>> (TAO_InputCDR &, IORTable::NotFoun #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |