if __CONFIG_H__ is defined, don't include config.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6507 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-05-23 12:04:30 +00:00
parent 5195619829
commit 13cad904ae

View file

@ -16,7 +16,11 @@
* KIND, either express or implied.
*
****************************************************************************/
#ifndef __CONFIG_H__
/* to easier allow this source file to be used even from tools when config.h
cannot be included safely */
#include "config.h"
#endif
#ifdef HAVE_LCD_CHARCELLS