From 62c14f8b7362f76b5bf1390338bcc750e7019cb4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 Feb 2015 17:01:04 +0000 Subject: Remove include of nsurl.h --- css/select.h | 4 ++-- 1 file 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 #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; -- cgit v1.2.3