diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css.cc | 1 | ||||
-rw-r--r-- | src/gif.c | 1 | ||||
-rw-r--r-- | src/png.c | 1 | ||||
-rw-r--r-- | src/web.cc | 1 |
4 files changed, 0 insertions, 4 deletions
@@ -12,7 +12,6 @@ #include <stdio.h> #include <math.h> #include "../dlib/dlib.h" -#include "prefs.h" #include "misc.h" #include "html_common.hh" #include "css.hh" @@ -70,7 +70,6 @@ #include "web.hh" #include "cache.h" #include "dicache.h" -#include "prefs.h" #define INTERLACE 0x40 #define LOCALCOLORMAP 0x80 @@ -30,7 +30,6 @@ #include "web.hh" #include "cache.h" #include "dicache.h" -#include "prefs.h" enum prog_state { IS_finished, IS_init, IS_nextdata @@ -22,7 +22,6 @@ #include "IO/mime.h" #include "dw/core.hh" -#include "prefs.h" #include "styleengine.hh" #include "web.hh" |