From b57c2e0beeeb846cf6ca312899fcb4206669ca72 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 28 Jun 2011 15:18:48 +0000 Subject: Move rectangle type to utils/types.h svn path=/trunk/netsurf/; revision=12525 --- framebuffer/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index 4df9d5bf8..7df3a9173 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -36,11 +36,11 @@ #include "desktop/plotters.h" #include "desktop/netsurf.h" #include "desktop/options.h" -#include "desktop/shape.h" #include "utils/filepath.h" #include "utils/log.h" #include "utils/messages.h" #include "utils/schedule.h" +#include "utils/types.h" #include "utils/url.h" #include "utils/utils.h" #include "desktop/textinput.h" -- cgit v1.2.3