diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-06-14 15:07:54 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-06-14 15:07:54 +0000 |
commit | 61cf9b8513517d9844050fecf5dc1c48fe4c065b (patch) | |
tree | 6f1a4240d4d5ff305e145608d25988f74c8f3ea8 /apps/plugins/jpeg.c | |
parent | 283738086d1cc1ccc39392939d4994fb8db4ade5 (diff) |
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/jpeg.c')
-rw-r--r-- | apps/plugins/jpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c index cd364f4d51..f9275fb802 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -27,7 +27,6 @@ #include "plugin.h" #include "playback_control.h" #include "oldmenuapi.h" -#include "mem_function_wrappers.h" #ifdef HAVE_LCD_BITMAP #include "gray.h" |