From 29eb018e78fbd87ab1c77b7d90e5636f44bfc40d Mon Sep 17 00:00:00 2001 From: fabien-gigante Date: Fri, 26 Aug 2016 15:57:07 +0200 Subject: [PATCH] Update common.c unnecessary include of Python --- source/common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/common.c b/source/common.c index 6441f7b..01a8873 100644 --- a/source/common.c +++ b/source/common.c @@ -36,7 +36,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "Python.h" #include #include #include "common.h"