diff options
author | corvid <corvid@lavabit.com> | 2009-03-09 20:39:48 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-03-09 20:39:48 +0000 |
commit | 289c18102eddc8bcb38d7e620d88617a4a14107d (patch) | |
tree | 85d69c4bcb8848ab2a9dc9df3eee8fea2427e334 | |
parent | 133f149632a5b0b4671c0394e8bb4950abd01a74 (diff) |
needn't include prefs.h
-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" |