diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index aedb23467c0..1f5d6b4fd18 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -18,10 +18,6 @@ #include <IceGrid/WaitQueue.h> #include <IceGrid/TraceLevels.h> -#if defined(_WIN32) -# include <direct.h> // For _getcwd -#endif - using namespace std; using namespace IcePatch2; using namespace IceGrid; |