summaryrefslogtreecommitdiffstats
path: root/src/kdc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdc/main.c')
-rw-r--r--src/kdc/main.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/kdc/main.c b/src/kdc/main.c
index c3b7b802e..82dfc0e86 100644
--- a/src/kdc/main.c
+++ b/src/kdc/main.c
@@ -23,16 +23,6 @@
* or implied warranty.
*/
-#include <locale.h>
-#include <stdio.h>
-#include <syslog.h>
-#include <signal.h>
-#include <errno.h>
-#include <netdb.h>
-#include <unistd.h>
-#include <ctype.h>
-#include <sys/wait.h>
-
#include "k5-int.h"
#include "com_err.h"
#include <kadm5/admin.h>
@@ -47,6 +37,14 @@
#include <netinet/in.h>
#endif
+#include <locale.h>
+#include <syslog.h>
+#include <signal.h>
+#include <netdb.h>
+#include <unistd.h>
+#include <ctype.h>
+#include <sys/wait.h>
+
#if defined(NEED_DAEMON_PROTO)
extern int daemon(int, int);
#endif