diff options
Diffstat (limited to 'source4/lib/ldb/pyldb_util.c')
-rw-r--r-- | source4/lib/ldb/pyldb_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/ldb/pyldb_util.c b/source4/lib/ldb/pyldb_util.c index 3e015d0939..35071f3645 100644 --- a/source4/lib/ldb/pyldb_util.c +++ b/source4/lib/ldb/pyldb_util.c @@ -23,10 +23,7 @@ License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <Python.h> -#include "replace.h" #include "pyldb.h" -#include <ldb.h> static PyObject *ldb_module = NULL; |