summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-10-31 22:33:28 +0000
committerDave Chapman <dave@dchapman.com>2007-10-31 22:33:28 +0000
commita076da6efc3c56df7bdb1ff4ca37449a5e5b8cf4 (patch)
tree982470a6c76960fd28274b6555a27c045eb224c1 /apps/plugins
parentfe939193ed0dfb1babc13ef58c87c5e313b4849e (diff)
downloadrockbox-a076da6efc3c56df7bdb1ff4ca37449a5e5b8cf4.tar.gz
rockbox-a076da6efc3c56df7bdb1ff4ca37449a5e5b8cf4.zip
Remove an unneeded #include - action.h is already included by plugin.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15388 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/text_editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 108a62aa0c..6b6e449ae9 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -17,7 +17,6 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#include "plugin.h" 19#include "plugin.h"
20#include "action.h"
21#include "playback_control.h" 20#include "playback_control.h"
22 21
23#if PLUGIN_BUFFER_SIZE > 0x45000 22#if PLUGIN_BUFFER_SIZE > 0x45000