diff options
Diffstat (limited to 'TAO/tao/DLL_Parser.cpp')
-rw-r--r-- | TAO/tao/DLL_Parser.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/DLL_Parser.cpp b/TAO/tao/DLL_Parser.cpp index ed69ac6de33..753ae4496d7 100644 --- a/TAO/tao/DLL_Parser.cpp +++ b/TAO/tao/DLL_Parser.cpp @@ -1,11 +1,11 @@ // $Id$ -#include "DLL_Parser.h" -#include "Object_Loader.h" -#include "Object.h" -#include "Environment.h" -#include "ORB_Constants.h" -#include "SystemException.h" +#include "tao/DLL_Parser.h" +#include "tao/Object_Loader.h" +#include "tao/Object.h" +#include "tao/Environment.h" +#include "tao/ORB_Constants.h" +#include "tao/SystemException.h" #include "ace/Dynamic_Service.h" #include "ace/Log_Msg.h" |