summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-02-13 01:34:21 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-02-13 01:34:21 +0000
commit375d329308c8d0aec0ebca74af276c68df23a0a8 (patch)
tree71a7305318aa15c8578449df0000ebf11eae5b66
parent4532d145f17e5beb7e921cf459c7f8e27bcd58fd (diff)
downloadrockbox-375d329308c8d0aec0ebca74af276c68df23a0a8.tar.gz
rockbox-375d329308c8d0aec0ebca74af276c68df23a0a8.zip
fix test_greylib_bitmap_scale.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19994 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/test_greylib_bitmap_scale.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/test_greylib_bitmap_scale.c b/apps/plugins/test_greylib_bitmap_scale.c
index 27bbbbb242..1c4089b5ce 100644
--- a/apps/plugins/test_greylib_bitmap_scale.c
+++ b/apps/plugins/test_greylib_bitmap_scale.c
@@ -21,7 +21,6 @@
21 21
22#include "plugin.h" 22#include "plugin.h"
23#include "lib/grey.h" 23#include "lib/grey.h"
24#include "lib/pluginlib_resize.h"
25#include "lib/pluginlib_bmp.h" 24#include "lib/pluginlib_bmp.h"
26 25
27#if LCD_DEPTH == 1 26#if LCD_DEPTH == 1