From c2990b6d9aa3e303ecf3425782c8bd13a393a008 Mon Sep 17 00:00:00 2001 From: Robin Ince Date: Fri, 2 Jul 2010 12:26:02 +0100 Subject: [PATCH] change import to include... not sure if this will require tighter #ifndefs etc. in headers --- mxmodule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 mxmodule.cpp diff --git a/mxmodule.cpp b/mxmodule.cpp old mode 100644 new mode 100755 index 52d0afe..3623d5b --- a/mxmodule.cpp +++ b/mxmodule.cpp @@ -2,8 +2,8 @@ For full license details, see the LICENSE file. */ #define MXMODULE -#import "pymex.h" -#import "structmember.h" +#include "pymex.h" +#include "structmember.h" static PyObject *dowrap(PyObject *cobj) { PyObject *nargs = PyTuple_New(0);