diff options
Diffstat (limited to 'TAO/tao/DynamicAny/DynCommon.h')
-rw-r--r-- | TAO/tao/DynamicAny/DynCommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicAny/DynCommon.h b/TAO/tao/DynamicAny/DynCommon.h index 75fc04717e3..fdd6340ba26 100644 --- a/TAO/tao/DynamicAny/DynCommon.h +++ b/TAO/tao/DynamicAny/DynCommon.h @@ -16,7 +16,7 @@ #ifndef TAO_DYNCOMMON_I_H #define TAO_DYNCOMMON_I_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "DynamicAny.h" @@ -555,5 +555,5 @@ private: # pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_DYNCOMMON_I_H */ |