diff options
author | Jose <jose@zeroc.com> | 2015-12-16 13:35:46 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-16 13:35:46 +0100 |
commit | b7fd9dbe7ab341c95254ddba98b93c8265ac985a (patch) | |
tree | 98992d7af79bc60366c5b98c0947bc41455433a2 /cpp/src/IceGrid/NodeSessionManager.cpp | |
parent | Avoid forward declarations with IceGridLib (diff) | |
download | ice-b7fd9dbe7ab341c95254ddba98b93c8265ac985a.tar.bz2 ice-b7fd9dbe7ab341c95254ddba98b93c8265ac985a.tar.xz ice-b7fd9dbe7ab341c95254ddba98b93c8265ac985a.zip |
IceGridLib build fixes
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.cpp b/cpp/src/IceGrid/NodeSessionManager.cpp index 488e0c6fdfe..861d52d24fc 100644 --- a/cpp/src/IceGrid/NodeSessionManager.cpp +++ b/cpp/src/IceGrid/NodeSessionManager.cpp @@ -11,7 +11,6 @@ #include <IceGrid/NodeSessionManager.h> #include <IceGrid/TraceLevels.h> #include <IceGrid/NodeI.h> -#include <IceGrid/Query.h> using namespace std; using namespace IceGrid; |