diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-08 13:33:41 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-08 13:33:41 -0230 |
commit | ec106aa0f053b6ea6563b0430b2298c869e0a776 (patch) | |
tree | 215069baaba9c79c366a7a4b6295b00c307c5957 /cpp/src/IceGrid/AdminSessionI.cpp | |
parent | Fixed download link for Windows third party installer (diff) | |
download | ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.tar.bz2 ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.tar.xz ice-ec106aa0f053b6ea6563b0430b2298c869e0a776.zip |
ICE-6514 Removed uneeded includes of DisableWarnings.h
Diffstat (limited to 'cpp/src/IceGrid/AdminSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminSessionI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AdminSessionI.cpp b/cpp/src/IceGrid/AdminSessionI.cpp index 31a991f2872..82d7a5251a4 100644 --- a/cpp/src/IceGrid/AdminSessionI.cpp +++ b/cpp/src/IceGrid/AdminSessionI.cpp @@ -9,7 +9,6 @@ #include <Ice/Ice.h> #include <IceUtil/UUID.h> -#include <IceUtil/DisableWarnings.h> #include <IceGrid/RegistryI.h> #include <IceGrid/AdminSessionI.h> #include <IceGrid/AdminI.h> |