diff options
Diffstat (limited to 'TAO/tao/ImR_Client/ImplRepoS.cpp')
-rw-r--r-- | TAO/tao/ImR_Client/ImplRepoS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ImR_Client/ImplRepoS.cpp b/TAO/tao/ImR_Client/ImplRepoS.cpp index 03796e3ca15..99f1aa0147b 100644 --- a/TAO/tao/ImR_Client/ImplRepoS.cpp +++ b/TAO/tao/ImR_Client/ImplRepoS.cpp @@ -33,6 +33,8 @@ #define _TAO_IDL_IMPLREPOS_CPP_ +#include "tao/AnyTypeCode/TypeCode.h" +#include "tao/AnyTypeCode/DynamicC.h" #include "ImplRepoS.h" #include "tao/PortableServer/Operation_Table_Perfect_Hash.h" #include "tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h" @@ -54,8 +56,6 @@ #include "tao/Stub.h" #include "tao/IFR_Client_Adapter.h" #include "tao/Object_T.h" -#include "tao/AnyTypeCode/TypeCode.h" -#include "tao/AnyTypeCode/DynamicC.h" #include "tao/CDR.h" #include "tao/operation_details.h" #include "tao/PortableInterceptor.h" |