summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-02-04 15:45:32 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-02-04 22:45:31 +0000
commit94f10fa0c0953c3cc9485390867987a27855568c (patch)
treec4d9631fd43ade6da8f9c4ec891a956ca3955a12 /css
parent17ecb818add2bf49c933681ca5049c6b7ef90597 (diff)
downloadnetsurf-94f10fa0c0953c3cc9485390867987a27855568c.tar.gz
netsurf-94f10fa0c0953c3cc9485390867987a27855568c.tar.bz2
remove uncessary include os render/html.h
Diffstat (limited to 'css')
-rw-r--r--css/css.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/css/css.c b/css/css.c
index 2b4f60a78..94c0be3be 100644
--- a/css/css.c
+++ b/css/css.c
@@ -17,23 +17,22 @@
*/
#include <assert.h>
-
#include <libwapcaplet/libwapcaplet.h>
#include <dom/dom.h>
#include "content/content_protected.h"
#include "content/fetch.h"
#include "content/hlcache.h"
-#include "css/css.h"
-#include "css/internal.h"
#include "desktop/system_colour.h"
-#include "render/html.h"
#include "utils/corestrings.h"
#include "utils/utils.h"
#include "utils/http.h"
#include "utils/log.h"
#include "utils/messages.h"
+#include "css/css.h"
+#include "css/internal.h"
+
/* Define to trace import fetches */
#undef NSCSS_IMPORT_TRACE