From 9cdfcd2b1adc01378d2e828360cf7829097eef29 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 16 Jun 2008 23:25:48 +0200 Subject: Change order of includes in swig file to avoid warnings. (This used to be commit 0e1fccbd73eb0f219ea9662c56ee6da8a92f641a) --- source4/lib/ldb/ldb.i | 2 +- source4/lib/ldb/ldb_wrap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') 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 #include #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 #include #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; -- cgit