diff options
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingPolicy.cpp')
-rw-r--r-- | TAO/tao/PortableServer/RequestProcessingPolicy.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingPolicy.cpp b/TAO/tao/PortableServer/RequestProcessingPolicy.cpp index b24192c3439..7b55a084199 100644 --- a/TAO/tao/PortableServer/RequestProcessingPolicy.cpp +++ b/TAO/tao/PortableServer/RequestProcessingPolicy.cpp @@ -1,4 +1,5 @@ -#include "tao/orbconf.h" +#include "tao/PortableServer/RequestProcessingPolicy.h" +#include "tao/PortableServer/PortableServer.h" ACE_RCSID (PortableServer, RequestProcessingPolicy, @@ -6,9 +7,6 @@ ACE_RCSID (PortableServer, #if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) -#include "tao/PortableServer/RequestProcessingPolicy.h" -#include "tao/PortableServer/PortableServer.h" - TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace TAO |