summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-05 09:06:05 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-05 15:07:34 +0100
commitee5be748e64f6c8f4814ff322e38511a9a65f4fc (patch)
tree2415ee09987ef26edaf9cd33e675d78a9e2de5f9 /source3/include/includes.h
parent077d5cff71bdb95f5829ae27309958e4661e4184 (diff)
downloadsamba-ee5be748e64f6c8f4814ff322e38511a9a65f4fc.tar.gz
samba-ee5be748e64f6c8f4814ff322e38511a9a65f4fc.tar.bz2
samba-ee5be748e64f6c8f4814ff322e38511a9a65f4fc.zip
s3:events: move prototypes to event.h
metze
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 3f35602ba6..cae627f564 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -575,6 +575,8 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
#include "../talloc/talloc.h"
+#include "event.h"
+
#include "../lib/util/data_blob.h"
#include "../lib/util/time.h"
#include "../lib/util/asn1.h"
@@ -643,7 +645,6 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
#include "nsswitch/winbind_client.h"
#include "spnego.h"
#include "rpc_client.h"
-#include "event.h"
#include "dbwrap.h"
#include "packet.h"
#include "ctdbd_conn.h"