summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/cook.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2009-05-24 14:10:51 +0000
committerMohamed Tarek <mt@rockbox.org>2009-05-24 14:10:51 +0000
commit45f72e933a06edeedb30ea1299df83b41e5ba07e (patch)
tree80f5341e24eea1e3ceb61b4b61ae220e3c7fddad /apps/codecs/libcook/cook.h
parent6af0cfdac008c6d5b5ed06f33cbb2162a1cbaf83 (diff)
downloadrockbox-45f72e933a06edeedb30ea1299df83b41e5ba07e.tar.gz
rockbox-45f72e933a06edeedb30ea1299df83b41e5ba07e.zip
Move rm.[c/h] from libcook to librm. No functional changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21066 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libcook/cook.h')
-rw-r--r--apps/codecs/libcook/cook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libcook/cook.h b/apps/codecs/libcook/cook.h
index f5da639eb5..ca982076ec 100644
--- a/apps/codecs/libcook/cook.h
+++ b/apps/codecs/libcook/cook.h
@@ -24,7 +24,7 @@
24 24
25#include <stdint.h> 25#include <stdint.h>
26#include "bitstream.h" 26#include "bitstream.h"
27#include "rm.h" 27#include "../librm/rm.h"
28#include "cookdata_fixpoint.h" 28#include "cookdata_fixpoint.h"
29 29
30typedef struct { 30typedef struct {