From ac636100e8d87a9e0080a258d90f1622bd1e5b8b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 Feb 2015 16:58:41 +0000 Subject: Remove include of nsurl from corestrings.h --- utils/corestrings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils/corestrings.h') diff --git a/utils/corestrings.h b/utils/corestrings.h index b55852900..d51e11cbb 100644 --- a/utils/corestrings.h +++ b/utils/corestrings.h @@ -24,7 +24,6 @@ #define NETSURF_UTILS_CORESTRINGS_H_ #include -#include "utils/nsurl.h" #include "utils/errors.h" /** File url prefix. */ @@ -289,6 +288,6 @@ extern struct dom_string *corestring_dom___ns_key_file_name_node_data; extern struct dom_string *corestring_dom___ns_key_image_coords_node_data; /* URLs */ -extern nsurl *corestring_nsurl_about_blank; +extern struct nsurl *corestring_nsurl_about_blank; #endif -- cgit v1.2.3