diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-16 23:25:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-16 23:25:48 +0200 |
commit | 9cdfcd2b1adc01378d2e828360cf7829097eef29 (patch) | |
tree | 3255b4146449eee679df3f3daa0de00864fea08a /source4/lib | |
parent | c075fe9693331bf48d374b362e26cc5d3d9ed8e4 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/ldb/ldb.i | 2 | ||||
-rw-r--r-- | source4/lib/ldb/ldb_wrap.c | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/source4/lib/ldb/ldb_wrap.c b/source4/lib/ldb/ldb_wrap.c index 8614dc7ed8..f9dd8471c7 100644 --- a/source4/lib/ldb/ldb_wrap.c +++ b/source4/lib/ldb/ldb_wrap.c @@ -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; |