summaryrefslogtreecommitdiff
path: root/apps/plugins/mp3_encoder.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-06-14 15:07:54 +0000
committerNils Wallménius <nils@rockbox.org>2007-06-14 15:07:54 +0000
commit61cf9b8513517d9844050fecf5dc1c48fe4c065b (patch)
tree6f1a4240d4d5ff305e145608d25988f74c8f3ea8 /apps/plugins/mp3_encoder.c
parent283738086d1cc1ccc39392939d4994fb8db4ade5 (diff)
downloadrockbox-61cf9b8513517d9844050fecf5dc1c48fe4c065b.tar.gz
rockbox-61cf9b8513517d9844050fecf5dc1c48fe4c065b.zip
Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra header file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13628 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mp3_encoder.c')
-rw-r--r--apps/plugins/mp3_encoder.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c
index d1ef2e0a7c..8a4560a935 100644
--- a/apps/plugins/mp3_encoder.c
+++ b/apps/plugins/mp3_encoder.c
@@ -12,7 +12,6 @@
12 * Library General Public License for more details. */ 12 * Library General Public License for more details. */
13 13
14#include "plugin.h" 14#include "plugin.h"
15#include "mem_function_wrappers.h"
16 15
17PLUGIN_HEADER 16PLUGIN_HEADER
18PLUGIN_IRAM_DECLARE 17PLUGIN_IRAM_DECLARE