diff options
Diffstat (limited to 'TAO/tao/Marshal.h')
-rw-r--r-- | TAO/tao/Marshal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Marshal.h b/TAO/tao/Marshal.h index 4ff53bf42c9..8e9af108681 100644 --- a/TAO/tao/Marshal.h +++ b/TAO/tao/Marshal.h @@ -16,7 +16,7 @@ #ifndef TAO_MARSHAL_H #define TAO_MARSHAL_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" @@ -449,5 +449,5 @@ private: # include "tao/Marshal.i" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_MARSHAL_H */ |