summaryrefslogtreecommitdiff
blob: c5bcf92c433944905d8523802d8746a2ca7c1568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- ntpd/ntp_config.c.orig	2001-11-19 21:12:15.000000000 -0500
+++ ntpd/ntp_config.c	2003-01-01 21:50:37.000000000 -0500
@@ -9,15 +9,6 @@
 # include <netinfo/ni.h>
 #endif
 
-#include "ntpd.h"
-#include "ntp_io.h"
-#include "ntp_unixtime.h"
-#include "ntp_refclock.h"
-#include "ntp_filegen.h"
-#include "ntp_stdlib.h"
-#include "ntp_config.h"
-#include "ntp_cmdargs.h"
-
 #ifdef PUBKEY
 # include "ntp_crypto.h"
 #endif /* PUBKEY */
@@ -42,6 +33,15 @@
 extern HANDLE ResolverThreadHandle;
 #endif /* SYS_WINNT */
 
+#include "ntpd.h"
+#include "ntp_io.h"
+#include "ntp_unixtime.h"
+#include "ntp_refclock.h"
+#include "ntp_filegen.h"
+#include "ntp_stdlib.h"
+#include "ntp_config.h"
+#include "ntp_cmdargs.h"
+
 extern int priority_done;
 
 /*