diff options
author | Thomas Martitz <kugel@rockbox.org> | 2011-02-18 23:17:07 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2011-02-18 23:17:07 +0000 |
commit | 1e391fbdbc4af5fbee0a88d2c6199fabfef4f534 (patch) | |
tree | a09732cb4430d8f761fce57731071b41081c0778 /apps | |
parent | 6d85de341928aef8178465c60122f3cbe76f5dd6 (diff) |
Fix yellows and checkwps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29328 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/misc.c | 1 | ||||
-rw-r--r-- | apps/misc.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index b2f1df52f3..e0496633e4 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -26,6 +26,7 @@ #include "string-extra.h" #include "config.h" #include "misc.h" +#include "system.h" #include "lcd.h" #include "file.h" #include "filefuncs.h" diff --git a/apps/misc.h b/apps/misc.h index fa66956800..1022af4e93 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -24,7 +24,6 @@ #include <stdbool.h> #include <inttypes.h> #include "config.h" -#include "system.h" #include "screen_access.h" extern const unsigned char * const byte_units[]; |