summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb.i
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-16 23:25:48 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-16 23:25:48 +0200
commit9cdfcd2b1adc01378d2e828360cf7829097eef29 (patch)
tree3255b4146449eee679df3f3daa0de00864fea08a /source4/lib/ldb/ldb.i
parentc075fe9693331bf48d374b362e26cc5d3d9ed8e4 (diff)
downloadsamba-9cdfcd2b1adc01378d2e828360cf7829097eef29.tar.gz
samba-9cdfcd2b1adc01378d2e828360cf7829097eef29.tar.bz2
samba-9cdfcd2b1adc01378d2e828360cf7829097eef29.zip
Change order of includes in swig file to avoid warnings.
(This used to be commit 0e1fccbd73eb0f219ea9662c56ee6da8a92f641a)
Diffstat (limited to 'source4/lib/ldb/ldb.i')
-rw-r--r--source4/lib/ldb/ldb.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb.i b/source4/lib/ldb/ldb.i
index db2fcdeb5b..4b61ddba5b 100644
--- a/source4/lib/ldb/ldb.i
+++ b/source4/lib/ldb/ldb.i
@@ -36,10 +36,10 @@
#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;