summaryrefslogtreecommitdiff
path: root/tools/checkwps
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-10-06 22:02:06 +0000
committerNils Wallménius <nils@rockbox.org>2009-10-06 22:02:06 +0000
commitd1a9e0c5884942b62b3f538007e2b56a8c221f05 (patch)
tree09d060f7e161824c36f90afcfa1fbeba4b745261 /tools/checkwps
parentee21a5322e6eba742f7824334c840408ce7e839d (diff)
downloadrockbox-d1a9e0c5884942b62b3f538007e2b56a8c221f05.tar.gz
rockbox-d1a9e0c5884942b62b3f538007e2b56a8c221f05.zip
fix checkwps breakage caused by r229900
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps')
-rw-r--r--tools/checkwps/checkwps.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/checkwps/checkwps.h b/tools/checkwps/checkwps.h
index dd7da32776..fd494ce694 100644
--- a/tools/checkwps/checkwps.h
+++ b/tools/checkwps/checkwps.h
@@ -27,12 +27,4 @@
27 27
28#define SYSFONT_HEIGHT 8 28#define SYSFONT_HEIGHT 8
29 29
30#ifndef MIN
31#define MIN(a, b) (((a)<(b))?(a):(b))
32#endif
33
34#ifndef BIT_N
35#define BIT_N(n) (1U << (n))
36#endif
37
38#endif 30#endif