diff options
Diffstat (limited to 'source3/python/py_common.c')
-rw-r--r-- | source3/python/py_common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/python/py_common.c b/source3/python/py_common.c index 6e299470bf..ea092d9370 100644 --- a/source3/python/py_common.c +++ b/source3/python/py_common.c @@ -18,10 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "includes.h" -#include "Python.h" - -#include "python/py_common_proto.h" +#include "python/py_common.h" /* Return a tuple of (error code, error string) from a WERROR */ |