diff src/region-cache.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 a8fa7c632ee4
line wrap: on
line diff
--- a/src/region-cache.c	Mon Feb 09 12:42:04 2004 +0000
+++ b/src/region-cache.c	Mon Feb 09 15:39:49 2004 +0000
@@ -21,12 +21,12 @@
 
 
 #include <config.h>
+#include <stdio.h>
+
 #include "lisp.h"
 #include "buffer.h"
 #include "region-cache.h"
 
-#include <stdio.h>
-
 
 /* Data structures.  */