summaryrefslogtreecommitdiff
path: root/css/select.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-02-26 17:01:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-02-26 17:01:04 +0000
commit62c14f8b7362f76b5bf1390338bcc750e7019cb4 (patch)
treef4d3ae58640cd0042b5ad8e8cef25f48fa1a113e /css/select.h
parentac636100e8d87a9e0080a258d90f1622bd1e5b8b (diff)
downloadnetsurf-62c14f8b7362f76b5bf1390338bcc750e7019cb4.tar.gz
netsurf-62c14f8b7362f76b5bf1390338bcc750e7019cb4.tar.bz2
Remove include of nsurl.h
Diffstat (limited to 'css/select.h')
-rw-r--r--css/select.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/select.h b/css/select.h
index 083fd91b6..13b9e1201 100644
--- a/css/select.h
+++ b/css/select.h
@@ -24,9 +24,9 @@
#include <dom/dom.h>
#include "css/css.h"
-#include "utils/nsurl.h"
struct content;
+struct nsurl;
/**
* Selection context
@@ -35,7 +35,7 @@ typedef struct nscss_select_ctx
{
css_select_ctx *ctx;
bool quirks;
- nsurl *base_url;
+ struct nsurl *base_url;
lwc_string *universal;
const css_computed_style *parent_style;
} nscss_select_ctx;