comparison 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
comparison
equal deleted inserted replaced
53900:5d607f751ba3 53901:d85f8f2e71f7
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 #include <config.h> 21 #include <config.h>
22 #include <signal.h>
23 #include <stdio.h>
22 #include <lisp.h> 24 #include <lisp.h>
23 #include <signal.h>
24 #include <syssignal.h> 25 #include <syssignal.h>
25 #include <systime.h> 26 #include <systime.h>
26 #include <blockinput.h> 27 #include <blockinput.h>
27 #include <atimer.h> 28 #include <atimer.h>
28 #include <stdio.h>
29 29
30 #ifdef HAVE_UNISTD_H 30 #ifdef HAVE_UNISTD_H
31 #include <unistd.h> 31 #include <unistd.h>
32 #endif 32 #endif
33 33