diff options
author | Jose <pepone@users.noreply.github.com> | 2018-11-08 18:07:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 18:07:04 +0100 |
commit | 8547e0b073feb47e690c7941488e524254658fb7 (patch) | |
tree | 3731c2469753c26957f8b57a30907441c3ebf0d2 /python/modules/IcePy/Communicator.cpp | |
parent | Add check for old Gradle versions (diff) | |
download | ice-8547e0b073feb47e690c7941488e524254658fb7.tar.bz2 ice-8547e0b073feb47e690c7941488e524254658fb7.tar.xz ice-8547e0b073feb47e690c7941488e524254658fb7.zip |
Memoryview (#271)
Enhance support for buffer objects in Python
Close #208
Diffstat (limited to 'python/modules/IcePy/Communicator.cpp')
-rw-r--r-- | python/modules/IcePy/Communicator.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/modules/IcePy/Communicator.cpp b/python/modules/IcePy/Communicator.cpp index 71b1a96d44f..2e4572d1675 100644 --- a/python/modules/IcePy/Communicator.cpp +++ b/python/modules/IcePy/Communicator.cpp @@ -7,9 +7,6 @@ // // ********************************************************************** -#ifdef _WIN32 -# include <IceUtil/Config.h> -#endif #include <IceUtil/DisableWarnings.h> #include <Communicator.h> #include <BatchRequestInterceptor.h> |