diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-09 23:28:15 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-11 06:13:08 +0200 |
commit | 454986298aa5696b0b029e2feba0109617aaf968 (patch) | |
tree | 93b645253319f38b55feafa64b46f5d7540d2152 | |
parent | 534355fecf5a14a36ec5a3d643bcf2140df2da4e (diff) | |
download | samba-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
-rw-r--r-- | auth/gensec/gensec_start.c | 10 |
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 */ |