summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-03 10:06:43 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-03 10:06:43 +0100
commitfcd8d5035965b57014c02bc6301f5b10b824b811 (patch)
tree1781841778562df29a9d5f88431479f31979db54
parenta706c69bf416beedc71e386fe344761d5d417cd1 (diff)
downloadnetsurf-fcd8d5035965b57014c02bc6301f5b10b824b811.tar.gz
netsurf-fcd8d5035965b57014c02bc6301f5b10b824b811.tar.bz2
remove unecessary include
-rw-r--r--content/handlers/html/private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/handlers/html/private.h b/content/handlers/html/private.h
index 134acff6d..3d6d70674 100644
--- a/content/handlers/html/private.h
+++ b/content/handlers/html/private.h
@@ -24,7 +24,6 @@
#ifndef NETSURF_HTML_PRIVATE_H
#define NETSURF_HTML_PRIVATE_H
-#include <libcss/libcss.h>
#include <dom/bindings/hubbub/parser.h>
#include "netsurf/types.h"