diff options
Diffstat (limited to 'TAO/tao/Condition.h')
-rw-r--r-- | TAO/tao/Condition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Condition.h b/TAO/tao/Condition.h index 3ddeccdb133..f39da38d066 100644 --- a/TAO/tao/Condition.h +++ b/TAO/tao/Condition.h @@ -12,7 +12,7 @@ #ifndef TAO_CONDITION_H #define TAO_CONDITION_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "orbconf.h" #include "ace/Synch_T.h" @@ -116,5 +116,5 @@ private: #pragma implementation ("Condition.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /*TAO_CONDITION_H*/ |