summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-02-09 15:39:49 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-02-09 15:39:49 +0000
commit5890e9f7acf815c82fd9ad490b9634578fc05c5e (patch)
treedfaec4acdcca3a21a72842a85d13131d95665c81 /src/xfaces.c
parent429e7e2d69dd0fab7389dc4f7fc6e95d3e4bd612 (diff)
downloademacs-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.c2
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))