summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
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 /desktop/plotters.h
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 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/plotters.h b/desktop/plotters.h
index 02735a15f..ff5e8a9c7 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -27,7 +27,7 @@
#include "css/css.h"
#include "content/content.h"
#include "desktop/plot_style.h"
-#include "desktop/shape.h"
+#include "utils/types.h"
struct bitmap;