aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/css.cc1
-rw-r--r--src/gif.c1
-rw-r--r--src/png.c1
-rw-r--r--src/web.cc1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/css.cc b/src/css.cc
index 3a2938e2..94bb5716 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -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"
diff --git a/src/gif.c b/src/gif.c
index d05e2639..09ee922a 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -70,7 +70,6 @@
#include "web.hh"
#include "cache.h"
#include "dicache.h"
-#include "prefs.h"
#define INTERLACE 0x40
#define LOCALCOLORMAP 0x80
diff --git a/src/png.c b/src/png.c
index 6a77bcfd..d33a31dd 100644
--- a/src/png.c
+++ b/src/png.c
@@ -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
diff --git a/src/web.cc b/src/web.cc
index 660cd8e3..39988991 100644
--- a/src/web.cc
+++ b/src/web.cc
@@ -22,7 +22,6 @@
#include "IO/mime.h"
#include "dw/core.hh"
-#include "prefs.h"
#include "styleengine.hh"
#include "web.hh"