diff options
Diffstat (limited to 'TAO/tao/PICurrent.h')
-rw-r--r-- | TAO/tao/PICurrent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PICurrent.h b/TAO/tao/PICurrent.h index 589f123fecc..fcf631e07bc 100644 --- a/TAO/tao/PICurrent.h +++ b/TAO/tao/PICurrent.h @@ -13,7 +13,7 @@ #ifndef TAO_PI_CURRENT_H #define TAO_PI_CURRENT_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -309,6 +309,6 @@ private: #endif /* TAO_HAS_INTERCEPTORS == 1 */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_PI_CURRENT_H */ |