From 2ce332f1b07af89ce387ca24cc6471f97c80154b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 Feb 2015 17:05:12 +0000 Subject: Remove nsurl include. --- render/imagemap.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/render/imagemap.h b/render/imagemap.h index d450cda86..3ae6819da 100644 --- a/render/imagemap.h +++ b/render/imagemap.h @@ -21,16 +21,15 @@ #include -#include "utils/nsurl.h" - struct html_content; struct hlcache_handle; +struct nsurl; void imagemap_destroy(struct html_content *c); void imagemap_dump(struct html_content *c); nserror imagemap_extract(struct html_content *c); -nsurl *imagemap_get(struct html_content *c, const char *key, +struct nsurl *imagemap_get(struct html_content *c, const char *key, unsigned long x, unsigned long y, unsigned long click_x, unsigned long click_y, const char **target); -- cgit v1.2.3