diff options
Diffstat (limited to 'TAO/tao/Services_Activate.h')
-rw-r--r-- | TAO/tao/Services_Activate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Services_Activate.h b/TAO/tao/Services_Activate.h index 26eae29397c..b9f3f155481 100644 --- a/TAO/tao/Services_Activate.h +++ b/TAO/tao/Services_Activate.h @@ -14,7 +14,7 @@ #ifndef TAO_SERVICES_ACTIVATE_H #define TAO_SERVICES_ACTIVATE_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -58,5 +58,5 @@ public: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /*TAO_SERVICES_ACTIVATE_H*/ |