diff options
Diffstat (limited to 'source4/param/pyparam.c')
-rw-r--r-- | source4/param/pyparam.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/param/pyparam.c b/source4/param/pyparam.c index 58799f8d37..eb2da11bb0 100644 --- a/source4/param/pyparam.c +++ b/source4/param/pyparam.c @@ -17,13 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdint.h> -#include <stdbool.h> - +#include <Python.h> #include "includes.h" #include "param/param.h" #include "param/loadparm.h" -#include <Python.h> #include "pytalloc.h" /* There's no Py_ssize_t in 2.4, apparently */ |