diff options
Diffstat (limited to 'TAO/tao/CONV_FRAMES.h')
-rw-r--r-- | TAO/tao/CONV_FRAMES.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CONV_FRAMES.h b/TAO/tao/CONV_FRAMES.h index 4baf2c665a9..50816d9f0a1 100644 --- a/TAO/tao/CONV_FRAMES.h +++ b/TAO/tao/CONV_FRAMES.h @@ -16,7 +16,7 @@ #ifndef TAO_CONV_FRAMES_H #define TAO_CONV_FRAMES_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/CONV_FRAMEC.h" @@ -47,5 +47,5 @@ TAO_NAMESPACE_CLOSE #pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_CONV_FRAMES_H */ |