Remove include of nsurl.h

This commit is contained in:
Michael Drake 2015-02-26 17:01:04 +00:00
parent ac636100e8
commit 62c14f8b73
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@
#include <dom/dom.h> #include <dom/dom.h>
#include "css/css.h" #include "css/css.h"
#include "utils/nsurl.h"
struct content; struct content;
struct nsurl;
/** /**
* Selection context * Selection context
@ -35,7 +35,7 @@ typedef struct nscss_select_ctx
{ {
css_select_ctx *ctx; css_select_ctx *ctx;
bool quirks; bool quirks;
nsurl *base_url; struct nsurl *base_url;
lwc_string *universal; lwc_string *universal;
const css_computed_style *parent_style; const css_computed_style *parent_style;
} nscss_select_ctx; } nscss_select_ctx;