diff options
Diffstat (limited to 'TAO/tao/BoundsC.h')
-rw-r--r-- | TAO/tao/BoundsC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/BoundsC.h b/TAO/tao/BoundsC.h index e45cf7a4e6f..5fee09c50e4 100644 --- a/TAO/tao/BoundsC.h +++ b/TAO/tao/BoundsC.h @@ -25,7 +25,7 @@ #ifndef _TAO_IDL_ORIG_BOUNDSC_H_ #define _TAO_IDL_ORIG_BOUNDSC_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -158,6 +158,6 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Bounds &); #pragma option pop #endif /* __BORLANDC__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |