summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-02-04 13:57:47 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-02-04 15:19:46 +0000
commitfba58ad4b0313c9fc2f96d2e35c57d55fac8b3bf (patch)
treed32dcca54bbb903cfbe1652da815d1b3b49c7748 /content/content.c
parent7b380d09824c0753516bd0a40afd421eb0e86c33 (diff)
downloadnetsurf-fba58ad4b0313c9fc2f96d2e35c57d55fac8b3bf.tar.gz
netsurf-fba58ad4b0313c9fc2f96d2e35c57d55fac8b3bf.tar.bz2
remove unecessary include
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/content.c b/content/content.c
index 1c667f12d..93b6b8f5a 100644
--- a/content/content.c
+++ b/content/content.c
@@ -31,15 +31,13 @@
#include <string.h>
#include <strings.h>
#include <time.h>
+
#include "utils/config.h"
#include "content/content_protected.h"
#include "content/hlcache.h"
-#include "css/css.h"
#include "image/bitmap.h"
#include "desktop/browser.h"
#include "utils/nsoption.h"
-#include "render/html.h"
-#include "render/textplain.h"
#include "utils/http.h"
#include "utils/log.h"