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