diff options
Diffstat (limited to 'TAO/tao/PI/ClientRequestInfo.cpp')
-rw-r--r-- | TAO/tao/PI/ClientRequestInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PI/ClientRequestInfo.cpp b/TAO/tao/PI/ClientRequestInfo.cpp index 4bd5af7ebdd..9a0baa762bf 100644 --- a/TAO/tao/PI/ClientRequestInfo.cpp +++ b/TAO/tao/PI/ClientRequestInfo.cpp @@ -1,6 +1,6 @@ // $Id$ -#include "ClientRequestInfo.h" +#include "tao/PI/ClientRequestInfo.h" #if TAO_HAS_INTERCEPTORS == 1 @@ -8,8 +8,8 @@ ACE_RCSID (PI, ClientRequestInfo, "$Id$") -#include "PICurrent.h" -#include "RequestInfo_Util.h" +#include "tao/PI/PICurrent.h" +#include "tao/PI/RequestInfo_Util.h" #include "tao/AnyTypeCode/Any.h" #include "tao/AnyTypeCode/ExceptionA.h" |