summaryrefslogtreecommitdiff
path: root/source4/kdc/kpasswdd.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-04 15:39:17 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-04 15:39:17 +0200
commit71ce9975fa06948d95b2bf9184dbef113813337a (patch)
tree09e0c2ea7d781c951b7c1fafd6bf4519784e4386 /source4/kdc/kpasswdd.c
parent869991385827d14f4e55729e4d56a80eccf9fdec (diff)
downloadsamba-71ce9975fa06948d95b2bf9184dbef113813337a.tar.gz
samba-71ce9975fa06948d95b2bf9184dbef113813337a.tar.bz2
samba-71ce9975fa06948d95b2bf9184dbef113813337a.zip
kdc: we don't need any *_locl.h header from heimdal in the kdc
metze (This used to be commit feca16dd6d03730b4a67adf5d912ba2d5e1a3025)
Diffstat (limited to 'source4/kdc/kpasswdd.c')
-rw-r--r--source4/kdc/kpasswdd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c
index 1d49a8a4bd..b42769c6dc 100644
--- a/source4/kdc/kpasswdd.c
+++ b/source4/kdc/kpasswdd.c
@@ -24,7 +24,6 @@
#include "smbd/service_task.h"
#include "lib/events/events.h"
#include "lib/socket/socket.h"
-#include "kdc/kdc.h"
#include "system/network.h"
#include "lib/util/dlinklist.h"
#include "lib/ldb/include/ldb.h"
@@ -39,6 +38,7 @@
#include "rpc_server/samr/proto.h"
#include "libcli/security/security.h"
#include "param/param.h"
+#include "kdc/kdc.h"
/* hold information about one kdc socket */
struct kpasswd_socket {