summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec_start.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-09 23:28:15 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-11 06:13:08 +0200
commit454986298aa5696b0b029e2feba0109617aaf968 (patch)
tree93b645253319f38b55feafa64b46f5d7540d2152 /auth/gensec/gensec_start.c
parent534355fecf5a14a36ec5a3d643bcf2140df2da4e (diff)
downloadsamba-454986298aa5696b0b029e2feba0109617aaf968.tar.gz
samba-454986298aa5696b0b029e2feba0109617aaf968.tar.bz2
samba-454986298aa5696b0b029e2feba0109617aaf968.zip
gensec: trim header includes back to what is actually required
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 11 06:13:08 CEST 2011 on sn-devel-104
Diffstat (limited to 'auth/gensec/gensec_start.c')
-rw-r--r--auth/gensec/gensec_start.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/auth/gensec/gensec_start.c b/auth/gensec/gensec_start.c
index 1322469dbe..ea54352918 100644
--- a/auth/gensec/gensec_start.c
+++ b/auth/gensec/gensec_start.c
@@ -22,19 +22,13 @@
#include "includes.h"
#include "system/network.h"
-#include "lib/events/events.h"
-#include "lib/socket/socket.h"
-#include "lib/tsocket/tsocket.h"
+#include "tevent.h"
#include "../lib/util/tevent_ntstatus.h"
#include "librpc/rpc/dcerpc.h"
#include "auth/credentials/credentials.h"
#include "auth/gensec/gensec.h"
-#include "auth/gensec/gensec_proto.h"
-#include "auth/auth.h"
-#include "auth/system_session_proto.h"
-#include "param/param.h"
+#include "lib/param/param.h"
#include "lib/util/tsort.h"
-#include "auth/gensec/gensec_toplevel_proto.h"
#include "lib/util/samba_modules.h"
/* the list of currently registered GENSEC backends */