diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-10-26 21:17:37 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-10-26 21:17:37 +0000 |
| commit | f026c0fc826149a3c88d462cca02b69ef5690c30 (patch) | |
| tree | 4f4e024a4a764d92f10aca68e3847b430c273d4c /apps/codecs | |
| parent | bb3c9ac8631cd905d90e7b0164f7eddf804a26e6 (diff) | |
| download | rockbox-f026c0fc826149a3c88d462cca02b69ef5690c30.zip rockbox-f026c0fc826149a3c88d462cca02b69ef5690c30.tar.gz rockbox-f026c0fc826149a3c88d462cca02b69ef5690c30.tar.bz2 rockbox-f026c0fc826149a3c88d462cca02b69ef5690c30.tar.xz | |
Remove unnecessary #include - this fixes compilation of the standalone demac tool
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15320 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/demac/libdemac/filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/demac/libdemac/filter.c b/apps/codecs/demac/libdemac/filter.c index 92d86ed..8bc34b1 100644 --- a/apps/codecs/demac/libdemac/filter.c +++ b/apps/codecs/demac/libdemac/filter.c @@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA #include <string.h> #include <inttypes.h> -#include "codecs.h" /* for Rockbox CPU definitions etc */ #include "demac.h" #include "filter.h" |