From 8547e0b073feb47e690c7941488e524254658fb7 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 8 Nov 2018 18:07:04 +0100 Subject: Memoryview (#271) Enhance support for buffer objects in Python Close #208 --- python/modules/IcePy/BatchRequestInterceptor.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/modules/IcePy/BatchRequestInterceptor.cpp') diff --git a/python/modules/IcePy/BatchRequestInterceptor.cpp b/python/modules/IcePy/BatchRequestInterceptor.cpp index 83620003c0c..15626d3e07b 100644 --- a/python/modules/IcePy/BatchRequestInterceptor.cpp +++ b/python/modules/IcePy/BatchRequestInterceptor.cpp @@ -7,9 +7,6 @@ // // ********************************************************************** -#ifdef _WIN32 -# include -#endif #include #include #include -- cgit v1.2.3