summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-28 15:18:48 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-28 15:18:48 +0000
commitb57c2e0beeeb846cf6ca312899fcb4206669ca72 (patch)
treea43ddcd58451ddcfa59ee707df10500440bac4f7 /framebuffer/gui.c
parent25e7c86fb7d4867be59ab2659960f2d25dd6aca5 (diff)
downloadnetsurf-b57c2e0beeeb846cf6ca312899fcb4206669ca72.tar.gz
netsurf-b57c2e0beeeb846cf6ca312899fcb4206669ca72.tar.bz2
Move rectangle type to utils/types.h
svn path=/trunk/netsurf/; revision=12525
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
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"