Change order of includes in swig file to avoid warnings.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 16 Jun 2008 21:25:48 +0000 (23:25 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 16 Jun 2008 21:25:48 +0000 (23:25 +0200)
source/lib/ldb/ldb.i
source/lib/ldb/ldb_wrap.c

index db2fcdeb5b68167bfe36e241860061f6eed6014f..4b61ddba5bc30d1c02aa0a98437daea24002393b 100644 (file)
 #include <stdint.h>
 #include <stdbool.h>
 #include "talloc.h"
+#include "events.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.h"
-#include "events.h"
 
 typedef struct ldb_message ldb_msg;
 typedef struct ldb_context ldb;
index 8614dc7ed8249e99d82f8eb0c3fc6d66a0452118..f9dd8471c7186af4c39ca59217830a8458b813c4 100644 (file)
@@ -2546,10 +2546,10 @@ static swig_module_info swig_module = {swig_types, 24, 0, 0, 0, 0};
 #include <stdint.h>
 #include <stdbool.h>
 #include "talloc.h"
+#include "events.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.h"
-#include "events.h"
 
 typedef struct ldb_message ldb_msg;
 typedef struct ldb_context ldb;