diff options
author | Dave Chapman <dave@dchapman.com> | 2007-05-07 13:32:56 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-05-07 13:32:56 +0000 |
commit | 1feb8bd4a11cdfc552799958ad8539090eec2b74 (patch) | |
tree | 1709dc7be87b5aec74c1a19967a8a8818cdc3447 /apps/playback.h | |
parent | 9a011f3a80e93c7a70f6f0397a07c74df84b7c5d (diff) |
Minor header file cleanup - try and include the minimal number of files, and only where they are needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13344 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.h')
-rw-r--r-- | apps/playback.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/playback.h b/apps/playback.h index cf7547ec26..9a8bd10390 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -20,8 +20,6 @@ #ifndef _PLAYBACK_H #define _PLAYBACK_H -#include <stdlib.h> -#include <ctype.h> #include <stdbool.h> #include "id3.h" |