]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
bk: 3abf03a96aJ1IZj1xDvIXnd4Kl651A
authorHarlan Stenn <stenn@ntp.org>
Mon, 26 Mar 2001 08:54:01 +0000 (08:54 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 26 Mar 2001 08:54:01 +0000 (08:54 -0000)
ntpq/ntpq.c
ntpq/ntpq_ops.c

index d632f70fa8a30d1b44e1f76e5f4889283829dc20..52815f5d70e45f9780bcf8f68df4d680d6c8031a 100644 (file)
@@ -2,6 +2,8 @@
  * ntpq - query an NTP server using mode 6 commands
  */
 
+#include <stdio.h>
+
 #include "ntpq.h"
 #include "ntp_unixtime.h"
 #include "ntp_calendar.h"
@@ -9,7 +11,6 @@
 #include "ntp_select.h"
 #include "ntp_stdlib.h"
 
-#include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 #include <setjmp.h>
index 8cf1c531eab8459493e9619bd65aa2dcc194f02f..c90750304066a952321e29f84a7706c10736afb4 100644 (file)
@@ -2,10 +2,11 @@
  * ntpdc_ops.c - subroutines which are called to perform operations by ntpdc
  */
 
+#include <stdio.h>
+
 #include "ntpq.h"
 #include "ntp_stdlib.h"
 
-#include <stdio.h>
 #include <ctype.h>
 #include <netdb.h>