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