From 6e11572e0788136f77ef67b3cfc182095084da4b Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 7 Oct 2009 16:54:15 +0000 Subject: Make the database tool buildable from configure. Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/rbunicode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/include/rbunicode.h') diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h index a4a1c8b323..a97ebb469b 100644 --- a/firmware/include/rbunicode.h +++ b/firmware/include/rbunicode.h @@ -28,9 +28,7 @@ #ifndef _RBUNICODE_H_ #define _RBUNICODE_H_ -#ifndef __PCTOOL__ #include "config.h" -#endif #define MASK 0xC0 /* 11000000 */ #define COMP 0x80 /* 10x */ -- cgit v1.2.3