From 70d700b26c13e04b601c4ac3db09514db473d01c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 19 Jan 2017 21:15:08 +0000 Subject: rationalise use of utils/utils.h header --- render/form.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/form.c') diff --git a/render/form.c b/render/form.c index 093b11fbc..6eb1b80b8 100644 --- a/render/form.c +++ b/render/form.c @@ -21,7 +21,8 @@ * along with this program. If not, see . */ -/** \file +/** + * \file * Form handling functions (implementation). */ @@ -38,7 +39,6 @@ #include "utils/talloc.h" #include "utils/url.h" #include "utils/utf8.h" -#include "utils/utils.h" #include "utils/ascii.h" #include "netsurf/browser_window.h" #include "netsurf/mouse.h" -- cgit v1.2.3