summaryrefslogtreecommitdiff
path: root/src/32bpp_plotters.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-11 23:39:54 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-11 23:39:54 +0000
commita3097232844a20ea918d63722dbe6a7c71493bab (patch)
tree484422f361244027b1b4bc7f402bf232513dda54 /src/32bpp_plotters.c
parentda9f17aa78b7b41424a546a2cf8b2a785f9a030f (diff)
downloadlibnsfb-a3097232844a20ea918d63722dbe6a7c71493bab.tar.gz
libnsfb-a3097232844a20ea918d63722dbe6a7c71493bab.tar.bz2
simplify internal headers
svn path=/trunk/libnsfb/; revision=9801
Diffstat (limited to 'src/32bpp_plotters.c')
-rw-r--r--src/32bpp_plotters.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/32bpp_plotters.c b/src/32bpp_plotters.c
index d86821c..243cdb4 100644
--- a/src/32bpp_plotters.c
+++ b/src/32bpp_plotters.c
@@ -15,8 +15,7 @@
#include "libnsfb_plot_util.h"
#include "nsfb.h"
-#include "nsfb_plot.h"
-#include "plotters.h"
+#include "plot.h"
static inline uint32_t *
get_xy_loc(nsfb_t *nsfb, int x, int y)