From 0e1fccbd73eb0f219ea9662c56ee6da8a92f641a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 16 Jun 2008 23:25:48 +0200 Subject: [PATCH] Change order of includes in swig file to avoid warnings. --- source/lib/ldb/ldb.i | 2 +- source/lib/ldb/ldb_wrap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib/ldb/ldb.i b/source/lib/ldb/ldb.i index db2fcdeb5b68..4b61ddba5bc3 100644 --- a/source/lib/ldb/ldb.i +++ b/source/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/source/lib/ldb/ldb_wrap.c b/source/lib/ldb/ldb_wrap.c index 8614dc7ed824..f9dd8471c718 100644 --- a/source/lib/ldb/ldb_wrap.c +++ b/source/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; -- 2.34.1