diff options
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategy.h')
-rw-r--r-- | TAO/tao/PortableServer/RequestProcessingStrategy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategy.h b/TAO/tao/PortableServer/RequestProcessingStrategy.h index 0a1089daf46..8c767103d0b 100644 --- a/TAO/tao/PortableServer/RequestProcessingStrategy.h +++ b/TAO/tao/PortableServer/RequestProcessingStrategy.h @@ -14,14 +14,14 @@ #define TAO_REQUEST_PROCESSING_STRATEGY_H #include /**/ "ace/pre.h" -#include "Policy_Strategy.h" +#include "tao/PortableServer/Policy_Strategy.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "PortableServer.h" -#include "Servant_Location.h" +#include "tao/PortableServer/PortableServer.h" +#include "tao/PortableServer/Servant_Location.h" TAO_BEGIN_VERSIONED_NAMESPACE_DECL |