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