summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-15 03:54:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-15 03:54:06 +0000
commit26f05673630774b61615466b76cfe4749aeedbbb (patch)
tree11c9a560493b78df2b2ef4eeb5e035111399543a /src/dispnew.c
parente5e1fb7be5d9bc2b8ccc8b050fbbf0237fb197a8 (diff)
downloademacs-26f05673630774b61615466b76cfe4749aeedbbb.tar.gz
Put stdio.h after config.h.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 81470fba4ad..62bd1d0e6d7 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -19,9 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h>
-#include <stdio.h>
#include <config.h>
+
+#include <stdio.h>
#include <ctype.h>
#include "lisp.h"