s4:lib/ldb-samba/pyldb.c - optimise includes
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Dec 2010 17:42:58 +0000 (18:42 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Dec 2010 19:06:24 +0000 (20:06 +0100)
source4/lib/ldb-samba/pyldb.c

index e8cdb90b9f60061c703245ea22dbc29bdeab3f86..f198d74b515d16fbee7bb4065cd84b352758380c 100644 (file)
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <Python.h>
-#include "includes.h"
-#include <ldb.h>
 #include "lib/ldb/pyldb.h"
+#include "includes.h"
 #include "param/pyparam.h"
 #include "auth/credentials/pycredentials.h"
 #include "ldb_wrap.h"