diff src/atimer.c @ 53901:d85f8f2e71f7

Move include stdio.h to same place as in other files.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 09 Feb 2004 15:39:49 +0000
parents 695cf19ef79e
children 5407da499273
line wrap: on
line diff
--- a/src/atimer.c	Mon Feb 09 12:42:04 2004 +0000
+++ b/src/atimer.c	Mon Feb 09 15:39:49 2004 +0000
@@ -19,13 +19,13 @@
 Boston, MA 02111-1307, USA.  */
 
 #include <config.h>
+#include <signal.h>
+#include <stdio.h>
 #include <lisp.h>
-#include <signal.h>
 #include <syssignal.h>
 #include <systime.h>
 #include <blockinput.h>
 #include <atimer.h>
-#include <stdio.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>