summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/checkwps.h')
-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