Mercurial > emacs
diff src/xfaces.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 | 605475ba45e3 |
| children | b87089cc7e4c 03a73693678e |
line wrap: on
line diff
--- a/src/xfaces.c Mon Feb 09 12:42:04 2004 +0000 +++ b/src/xfaces.c Mon Feb 09 15:39:49 2004 +0000 @@ -192,6 +192,7 @@ used to fill in unspecified attributes of the default face. */ #include <config.h> +#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> @@ -261,7 +262,6 @@ #endif /* HAVE_X_WINDOWS */ -#include <stdio.h> #include <ctype.h> #define abs(X) ((X) < 0 ? -(X) : (X))
