Remove include of nsurl.h
This commit is contained in:
parent
ac636100e8
commit
62c14f8b73
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue