diff options
author | Marc Laukien <marc@zeroc.com> | 2003-12-11 16:01:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-12-11 16:01:20 +0000 |
commit | b0b5166f2f0f55894932f77b803b7ea797cc5baa (patch) | |
tree | 145de22439461bdefd14a72a1f9dc22ac15bcf3a /cpp/src/IcePatch/Server.cpp | |
parent | the icepatch server now doesn't chdir anymore (diff) | |
download | ice-b0b5166f2f0f55894932f77b803b7ea797cc5baa.tar.bz2 ice-b0b5166f2f0f55894932f77b803b7ea797cc5baa.tar.xz ice-b0b5166f2f0f55894932f77b803b7ea797cc5baa.zip |
the icepatch server now doesn't chdir anymore
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp index faabc4e4ad8..e8140c06b55 100644 --- a/cpp/src/IcePatch/Server.cpp +++ b/cpp/src/IcePatch/Server.cpp @@ -16,9 +16,6 @@ #include <Ice/Application.h> #include <IcePatch/FileLocator.h> #include <IcePatch/IcePatchI.h> -#ifdef _WIN32 -# include <direct.h> -#endif using namespace std; using namespace Ice; |