diff options
author | corvid <corvid@lavabit.com> | 2009-02-05 07:43:21 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-02-05 07:43:21 -0300 |
commit | a937e7eada039cbdd195c61eda541c749d4c2050 (patch) | |
tree | 30fc18e2581812625915ccbc16bb4c37ba3c89f6 /src/dicache.c | |
parent | 4d3cd0f344ff28ae4518797d756e4c1383bbd656 (diff) |
Removed the cache.h include fromm dicache.c
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 939ebff0..a95b1a52 100644 --- a/src/dicache.c +++ b/src/dicache.c @@ -19,7 +19,6 @@ #include "imgbuf.hh" #include "web.hh" #include "dicache.h" -#include "cache.h" #include "dpng.h" #include "dgif.h" #include "djpeg.h" |