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 --- frontends/atari/redrawslots.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontends/atari') diff --git a/frontends/atari/redrawslots.h b/frontends/atari/redrawslots.h index ca72a0172..8ea46c4f8 100644 --- a/frontends/atari/redrawslots.h +++ b/frontends/atari/redrawslots.h @@ -22,7 +22,7 @@ #include -#include "utils/utils.h" +#include "netsurf/types.h" /** * This is the number of redraw requests that the slotlist can store. @@ -31,8 +31,6 @@ */ #define MAX_REDRW_SLOTS 32 -struct rect; - /** * This struct holds scheduled redraw requests. */ -- cgit v1.2.3