diff options
Diffstat (limited to 'TAO/tao/Messaging/MessagingS_T.h')
-rw-r--r-- | TAO/tao/Messaging/MessagingS_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Messaging/MessagingS_T.h b/TAO/tao/Messaging/MessagingS_T.h index 731132c86d4..8385fbf078a 100644 --- a/TAO/tao/Messaging/MessagingS_T.h +++ b/TAO/tao/Messaging/MessagingS_T.h @@ -25,7 +25,7 @@ #ifndef _TAO_IDL_ORIG_MESSAGINGS_T_H_ #define _TAO_IDL_ORIG_MESSAGINGS_T_H_ -#include "ace/pre.h" +#include /**/ "ace/pre.h" #if defined(_MSC_VER) #if (_MSC_VER >= 1200) @@ -114,5 +114,5 @@ TAO_NAMESPACE_CLOSE // module Messaging #pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ifndef */ |