diff options
Diffstat (limited to 'source3/python/py_srvsvc.h')
-rw-r--r-- | source3/python/py_srvsvc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/python/py_srvsvc.h b/source3/python/py_srvsvc.h index 17b8eeb5bd..b440c32e13 100644 --- a/source3/python/py_srvsvc.h +++ b/source3/python/py_srvsvc.h @@ -21,9 +21,6 @@ #ifndef _PY_SRVSVC_H #define _PY_SRVSVC_H -#include "includes.h" -#include "Python.h" - -#include "python/py_common_proto.h" +#include "python/py_common.h" #endif /* _PY_SRVSVC_H */ |