summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-07 06:54:58 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-07 06:54:58 +0000
commit4e9969bcb9e4ff0baec3a998e0e30d1759e88a98 (patch)
tree6b7a7376b6078d348dfdba241470bb03dedb70fe /apps/wps-display.c
parent1a812e30871d194bd9753fe4e6ed616de135409f (diff)
downloadrockbox-4e9969bcb9e4ff0baec3a998e0e30d1759e88a98.tar.gz
rockbox-4e9969bcb9e4ff0baec3a998e0e30d1759e88a98.zip
Removed another warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7495 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.c')
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 13adcd64a0..973a9a3325 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -45,13 +45,13 @@
#include "backlight.h"
#include "button.h"
#include "abrepeat.h"
+#include "screens.h"
#ifdef HAVE_LCD_BITMAP
#include <ctype.h>
#include "icons.h"
#include "widgets.h"
#include "peakmeter.h"
-#include "screens.h"
/* Image stuff */
#include "bmp.h"