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/Properties.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/Properties.cpp')
-rw-r--r-- | python/modules/IcePy/Properties.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/modules/IcePy/Properties.cpp b/python/modules/IcePy/Properties.cpp index d5096f06681..27b44e017f7 100644 --- a/python/modules/IcePy/Properties.cpp +++ b/python/modules/IcePy/Properties.cpp @@ -7,9 +7,6 @@ // // ********************************************************************** -#ifdef _WIN32 -# include <IceUtil/Config.h> -#endif #include <Properties.h> #include <Util.h> #include <Ice/Initialize.h> |