From b56a6f2eda228698a2433ea2365fda5967bd904c Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 12 Dec 2010 17:44:04 +0100 Subject: ldb:pyldb - optimise includes --- source4/lib/ldb/pyldb_util.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/lib/ldb/pyldb_util.c') 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 . */ -#include -#include "replace.h" #include "pyldb.h" -#include static PyObject *ldb_module = NULL; -- cgit