diff options
Diffstat (limited to 'TAO/tao/Dynamic_Adapter.h')
-rw-r--r-- | TAO/tao/Dynamic_Adapter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Dynamic_Adapter.h b/TAO/tao/Dynamic_Adapter.h index 70f0acfd028..16c7e062411 100644 --- a/TAO/tao/Dynamic_Adapter.h +++ b/TAO/tao/Dynamic_Adapter.h @@ -13,7 +13,7 @@ #ifndef TAO_DYNAMIC_ADAPTER_H #define TAO_DYNAMIC_ADAPTER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -78,5 +78,5 @@ public: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_DYNAMIC_ADAPTER_H */ |