diff options
author | jcid <devnull@localhost> | 2008-06-18 21:59:47 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-06-18 21:59:47 +0200 |
commit | bf81ea10a2b7c648a5db06517f569d92645e830a (patch) | |
tree | 4e1e1191ffe4011d18533f4dce0dcd2b0bdddce9 /src/dicache.c | |
parent | 71b04ff71d02a88383ba2887e775187b20cb99b8 (diff) |
- Minor cleanups.
Diffstat (limited to 'src/dicache.c')
-rw-r--r-- | src/dicache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dicache.c b/src/dicache.c index 02324f26..4bdbb71b 100644 --- a/src/dicache.c +++ b/src/dicache.c @@ -18,7 +18,6 @@ #include "web.hh" #include "dicache.h" #include "cache.h" -#include "prefs.h" typedef struct _DICacheNode DICacheNode; |