summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r--cpp/src/IceGrid/Activator.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp
index f6087267c81..23369aac08f 100644
--- a/cpp/src/IceGrid/Activator.cpp
+++ b/cpp/src/IceGrid/Activator.cpp
@@ -12,8 +12,6 @@
#include <IceGrid/Util.h>
#include <IceGrid/ServerI.h>
-#include <IcePatch2Lib/Util.h>
-
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -375,7 +373,7 @@ Activator::activate(const string& name,
throw invalid_argument("The server executable path is empty.");
}
- string pwd = IcePatch2Internal::simplify(pwdPath);
+ string pwd = simplify(pwdPath);
#ifdef _WIN32
if(!IceUtilInternal::isAbsolutePath(path))
{