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/box.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render/box.c') diff --git a/render/box.c b/render/box.c index f83bbb2c6..11a24e797 100644 --- a/render/box.c +++ b/render/box.c @@ -19,8 +19,9 @@ * along with this program. If not, see . */ -/** \file - * Box tree manipulation (implementation). +/** + * \file + * implementation of box tree manipulation. */ #include @@ -32,7 +33,6 @@ #include "utils/nsoption.h" #include "utils/log.h" #include "utils/talloc.h" -#include "utils/utils.h" #include "netsurf/misc.h" #include "netsurf/content.h" #include "netsurf/mouse.h" -- cgit v1.2.3