diff options
Diffstat (limited to 'TAO/tao/LF_Invocation_Event.h')
-rw-r--r-- | TAO/tao/LF_Invocation_Event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/LF_Invocation_Event.h b/TAO/tao/LF_Invocation_Event.h index b85da5e31f0..59396186106 100644 --- a/TAO/tao/LF_Invocation_Event.h +++ b/TAO/tao/LF_Invocation_Event.h @@ -12,7 +12,7 @@ #ifndef TAO_LF_INVOCATION_EVENT_H #define TAO_LF_INVOCATION_EVENT_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "LF_Event.h" @@ -80,5 +80,5 @@ private: # include "LF_Invocation_Event.inl" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_LF_INVOCATION_EVENT_H */ |