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/xfaces.c | |
parent | 429e7e2d69dd0fab7389dc4f7fc6e95d3e4bd612 (diff) | |
download | emacs-5890e9f7acf815c82fd9ad490b9634578fc05c5e.tar.gz |
Move include stdio.h to same place as in other files.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index bb95b1494fe..d8034c1d5d7 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -192,6 +192,7 @@ Boston, MA 02111-1307, USA. */ 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 @@ Boston, MA 02111-1307, USA. */ #endif /* HAVE_X_WINDOWS */ -#include <stdio.h> #include <ctype.h> #define abs(X) ((X) < 0 ? -(X) : (X)) |