summaryrefslogtreecommitdiff
path: root/fc-cat
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-08-31 09:42:49 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-08-31 09:42:49 -0700
commitd8ab9e6c42cb3513a6623df0c2866e1ebbd96485 (patch)
treee7beaf2ae617939678491bf3d2b83fac9bbe398d /fc-cat
parente9a564e2cd3cb40109a1133dbbcee9f938f141b3 (diff)
Automatically remove invalid cache files.
Cache files for missing or more recently modified directories are automatically removed at the end of every fc-cache run.
Diffstat (limited to 'fc-cat')
-rw-r--r--fc-cat/fc-cat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c
index c033bdc7..63407e19 100644
--- a/fc-cat/fc-cat.c
+++ b/fc-cat/fc-cat.c
@@ -31,8 +31,7 @@
#define HAVE_GETOPT 1
#endif
-#include <fontconfig/fontconfig.h>
-#include <../src/fccache.c>
+#include "../src/fccache.c"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>