diff options
Diffstat (limited to 'TAO/tao/RTScheduling/RTScheduler_Initializer.h')
-rw-r--r-- | TAO/tao/RTScheduling/RTScheduler_Initializer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTScheduling/RTScheduler_Initializer.h b/TAO/tao/RTScheduling/RTScheduler_Initializer.h index 9c864b91337..2e4bbaf0605 100644 --- a/TAO/tao/RTScheduling/RTScheduler_Initializer.h +++ b/TAO/tao/RTScheduling/RTScheduler_Initializer.h @@ -14,7 +14,7 @@ #ifndef TAO_RTSCHEDULER_INITIALIZER_H #define TAO_RTSCHEDULER_INITIALIZER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "tao/corbafwd.h" #include "rtscheduler_export.h" @@ -63,6 +63,6 @@ private: #pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* TAO_RTSCHEDULER__INITIALIZER_H */ |