diff options
Diffstat (limited to 'TAO/tao/CONV_FRAMES_T.h')
-rw-r--r-- | TAO/tao/CONV_FRAMES_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CONV_FRAMES_T.h b/TAO/tao/CONV_FRAMES_T.h index 32ed1b0f062..776bf3b16ab 100644 --- a/TAO/tao/CONV_FRAMES_T.h +++ b/TAO/tao/CONV_FRAMES_T.h @@ -16,7 +16,7 @@ #ifndef TAO_CONV_FRAMES_T_H #define TAO_CONV_FRAMES_T_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #if defined(_MSC_VER) #if (_MSC_VER >= 1200) @@ -44,5 +44,5 @@ #pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_CONV_FRAMES_T_H */ |