From a076da6efc3c56df7bdb1ff4ca37449a5e5b8cf4 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 31 Oct 2007 22:33:28 +0000 Subject: 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 --- apps/plugins/text_editor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins') 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 -- cgit v1.2.3