diff options
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 6f146c262cf..dabee8a8b47 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -16,7 +16,7 @@ #ifndef TAO_ORB_H #define TAO_ORB_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "corbafwd.h" @@ -631,5 +631,5 @@ namespace CORBA # include "tao/ORB.i" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_ORB_H */ |