diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-04 15:39:17 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-04 15:39:17 +0200 |
commit | 71ce9975fa06948d95b2bf9184dbef113813337a (patch) | |
tree | 09e0c2ea7d781c951b7c1fafd6bf4519784e4386 /source4/kdc/kdc.c | |
parent | 869991385827d14f4e55729e4d56a80eccf9fdec (diff) | |
download | samba-71ce9975fa06948d95b2bf9184dbef113813337a.tar.gz |
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/kdc.c')
-rw-r--r-- | source4/kdc/kdc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index 84d9d45f57..dfd62c55a4 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -28,17 +28,14 @@ #include "smbd/process_model.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/messaging/irpc.h" #include "lib/stream/packet.h" #include "librpc/gen_ndr/samr.h" #include "lib/socket/netif.h" -#include "heimdal/kdc/windc_plugin.h" -#include "heimdal/lib/krb5/krb5_locl.h" -#include "heimdal/kdc/kdc_locl.h" #include "param/param.h" +#include "kdc/kdc.h" /* Disgusting hack to get a mem_ctx and lp_ctx into the hdb plugin, when |