summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/test.cpp')
-rw-r--r--CIAO/tools/Config_Handlers/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/tools/Config_Handlers/test.cpp b/CIAO/tools/Config_Handlers/test.cpp
index 549700fb79d..8c968d1c63f 100644
--- a/CIAO/tools/Config_Handlers/test.cpp
+++ b/CIAO/tools/Config_Handlers/test.cpp
@@ -5,7 +5,7 @@
#include "Deployment.hpp"
#include "DP_Handler.h"
#include "ciao/Deployment_DataC.h"
-#include "ciao/CIAO_ServerResourcesC.h"
+#include "ciao/ServerResourcesC.h"
#include "ace/Get_Opt.h"
#include "Utils/XML_Helper.h"
#include "DnC_Dump.h"
@@ -54,7 +54,7 @@ int main (int argc, char *argv[])
// Initialize an ORB so Any will work
CORBA::ORB_ptr orb = CORBA::ORB_init (argc, argv, "");
ACE_UNUSED_ARG (orb);
-
+
//Create an XML_Helper for all the file work
XML_Helper the_helper;