aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-03-09 21:30:03 +0000
committercorvid <corvid@lavabit.com>2009-03-09 21:30:03 +0000
commit45033ba07b58cafbc9fa9ab6881c92dd92243aaf (patch)
tree93e153811162b5f1103a932f999f2cd103d3fab0 /src
parentcfdca571d1143b1ec9eb63231dfe8a7487b277de (diff)
needn't include web.hh
Diffstat (limited to 'src')
-rw-r--r--src/gif.c1
-rw-r--r--src/jpeg.c1
-rw-r--r--src/png.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/gif.c b/src/gif.c
index 09ee922a..ac54030d 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -67,7 +67,6 @@
#include "msg.h"
#include "image.hh"
-#include "web.hh"
#include "cache.h"
#include "dicache.h"
diff --git a/src/jpeg.c b/src/jpeg.c
index 80c84b60..0a35e4c7 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -32,7 +32,6 @@
#endif
#include "image.hh"
-#include "web.hh"
#include "cache.h"
#include "dicache.h"
#include "capi.h" /* get cache entry status */
diff --git a/src/png.c b/src/png.c
index d33a31dd..805624a3 100644
--- a/src/png.c
+++ b/src/png.c
@@ -27,7 +27,6 @@
#include "msg.h"
#include "image.hh"
-#include "web.hh"
#include "cache.h"
#include "dicache.h"