diff options
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter.h')
-rw-r--r-- | TAO/tao/IORInterceptor_Adapter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter.h b/TAO/tao/IORInterceptor_Adapter.h index 5163cefee1e..280e4bec326 100644 --- a/TAO/tao/IORInterceptor_Adapter.h +++ b/TAO/tao/IORInterceptor_Adapter.h @@ -13,7 +13,7 @@ #ifndef TAO_IORINTERCEPTOR_ADAPTER_H #define TAO_IORINTERCEPTOR_ADAPTER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -65,5 +65,5 @@ public: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_IORINTERCEPTOR_ADAPTER_H */ |