diff options
Diffstat (limited to 'TAO/tao/Leader_Follower.h')
-rw-r--r-- | TAO/tao/Leader_Follower.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Leader_Follower.h b/TAO/tao/Leader_Follower.h index 29fdcab70f5..e63f0012b92 100644 --- a/TAO/tao/Leader_Follower.h +++ b/TAO/tao/Leader_Follower.h @@ -14,7 +14,7 @@ #ifndef TAO_LEADER_FOLLOWER_H #define TAO_LEADER_FOLLOWER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/LF_Follower.h" #include "tao/ORB_Core.h" @@ -279,6 +279,6 @@ private: # include "tao/Leader_Follower.i" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_LEADER_FOLLOWER_H */ |