summaryrefslogtreecommitdiffstats
path: root/src/kdc/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdc/network.c')
-rw-r--r--src/kdc/network.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/kdc/network.c b/src/kdc/network.c
index 35b350166..e08777f38 100644
--- a/src/kdc/network.c
+++ b/src/kdc/network.c
@@ -23,14 +23,8 @@
* Network code for Kerberos v5 KDC.
*/
-
-#include <krb5/copyright.h>
-#include <krb5/osconf.h>
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <krb5/kdb.h>
-#include <com_err.h>
+#include "k5-int.h"
+#include "com_err.h"
#include "kdc_util.h"
#include "extern.h"
#include "kdc5_err.h"