diff options
author | Dave Chapman <dave@dchapman.com> | 2007-10-31 22:33:28 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-10-31 22:33:28 +0000 |
commit | a076da6efc3c56df7bdb1ff4ca37449a5e5b8cf4 (patch) | |
tree | 982470a6c76960fd28274b6555a27c045eb224c1 /apps | |
parent | fe939193ed0dfb1babc13ef58c87c5e313b4849e (diff) |
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')
-rw-r--r-- | apps/plugins/text_editor.c | 1 |
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 @@ * ****************************************************************************/ #include "plugin.h" -#include "action.h" #include "playback_control.h" #if PLUGIN_BUFFER_SIZE > 0x45000 |