diff options
Diffstat (limited to 'TAO/tao/TAO_Singleton_Manager.h')
-rw-r--r-- | TAO/tao/TAO_Singleton_Manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Singleton_Manager.h b/TAO/tao/TAO_Singleton_Manager.h index e02354d177c..371d7b592d4 100644 --- a/TAO/tao/TAO_Singleton_Manager.h +++ b/TAO/tao/TAO_Singleton_Manager.h @@ -18,7 +18,7 @@ #ifndef TAO_SINGLETON_MANAGER_H #define TAO_SINGLETON_MANAGER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/TAO_Export.h" #include "tao/orbconf.h" @@ -226,6 +226,6 @@ private: # include "tao/TAO_Singleton_Manager.inl" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_SINGLETON_MANAGER_H */ |