]> git.wh0rd.org - fontconfig.git/blobdiff - fc-cat/fc-cat.c
Include $(top_srcdir), $(top_srcdir)/src before anything else.
[fontconfig.git] / fc-cat / fc-cat.c
index 09b20f66bf77dd94d052874627c354d46500ebea..cf3632325f4fd7a1e924e429cf2db1d566ed0d9a 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <fontconfig/fontconfig.h>
-#include <../src/fccache.c>
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #else
 #define HAVE_GETOPT 1
 #endif
 
+#include <fontconfig/fontconfig.h>
+#include <../src/fccache.c>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <errno.h>
+
 #ifndef HAVE_GETOPT
 #define HAVE_GETOPT 0
 #endif