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.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/lib/ldb/pyldb.c') diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index 3bee9abcc9..44a006ffb3 100644 --- a/source4/lib/ldb/pyldb.c +++ b/source4/lib/ldb/pyldb.c @@ -26,9 +26,6 @@ License along with this library; if not, see . */ -#include -#include "replace.h" -#include "ldb_private.h" #include "pyldb.h" /* There's no Py_ssize_t in 2.4, apparently */ -- cgit