diff options
Diffstat (limited to 'TAO/tao/RTScheduling/Request_Interceptor.h')
-rw-r--r-- | TAO/tao/RTScheduling/Request_Interceptor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTScheduling/Request_Interceptor.h b/TAO/tao/RTScheduling/Request_Interceptor.h index 1d49a794312..1a8c74a389a 100644 --- a/TAO/tao/RTScheduling/Request_Interceptor.h +++ b/TAO/tao/RTScheduling/Request_Interceptor.h @@ -5,10 +5,10 @@ #ifndef TAO_RTSCHEDULING_REQUEST_INTERCEPTOR_H #define TAO_RTSCHEDULING_REQUEST_INTERCEPTOR_H -#include "rtscheduler_export.h" -#include "RTScheduler.h" +#include "tao/RTScheduling/rtscheduler_export.h" +#include "tao/RTScheduling/RTScheduler.h" #include "ace/Atomic_Op.h" -#include "Current.h" +#include "tao/RTScheduling/Current.h" #include "tao/LocalObject.h" #include "tao/PI/PI.h" |