diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-02-09 15:39:49 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-02-09 15:39:49 +0000 |
commit | 5890e9f7acf815c82fd9ad490b9634578fc05c5e (patch) | |
tree | dfaec4acdcca3a21a72842a85d13131d95665c81 /src/atimer.c | |
parent | 429e7e2d69dd0fab7389dc4f7fc6e95d3e4bd612 (diff) | |
download | emacs-5890e9f7acf815c82fd9ad490b9634578fc05c5e.tar.gz |
Move include stdio.h to same place as in other files.
Diffstat (limited to 'src/atimer.c')
-rw-r--r-- | src/atimer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atimer.c b/src/atimer.c index 6b0e0777886..2ddc7427f56 100644 --- a/src/atimer.c +++ b/src/atimer.c @@ -19,13 +19,13 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <config.h> -#include <lisp.h> #include <signal.h> +#include <stdio.h> +#include <lisp.h> #include <syssignal.h> #include <systime.h> #include <blockinput.h> #include <atimer.h> -#include <stdio.h> #ifdef HAVE_UNISTD_H #include <unistd.h> |