summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihisa Uchida <uchida@rockbox.org>2010-06-29 11:37:58 +0000
committerYoshihisa Uchida <uchida@rockbox.org>2010-06-29 11:37:58 +0000
commit25f44c2e1f9b12c13cab9eb8bde8e0fe0e3ba5da (patch)
treebe3f3e5920fb2777ecacd38c009dbf084d713657
parent07d03729ff537eca8429cea27c1f2d15f04ec54f (diff)
downloadrockbox-25f44c2e1f9b12c13cab9eb8bde8e0fe0e3ba5da.tar.gz
rockbox-25f44c2e1f9b12c13cab9eb8bde8e0fe0e3ba5da.zip
text viewer: move and delete #include.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27173 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/text_viewer/tv_display.c1
-rw-r--r--apps/plugins/text_viewer/tv_display.h1
-rw-r--r--apps/plugins/text_viewer/tv_settings.c1
3 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/text_viewer/tv_display.c b/apps/plugins/text_viewer/tv_display.c
index c59765ebbe..a4b0b22273 100644
--- a/apps/plugins/text_viewer/tv_display.c
+++ b/apps/plugins/text_viewer/tv_display.c
@@ -18,6 +18,7 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "plugin.h"
21#include "tv_display.h" 22#include "tv_display.h"
22#include "tv_preferences.h" 23#include "tv_preferences.h"
23 24
diff --git a/apps/plugins/text_viewer/tv_display.h b/apps/plugins/text_viewer/tv_display.h
index 9726271e2f..f6a3d19b78 100644
--- a/apps/plugins/text_viewer/tv_display.h
+++ b/apps/plugins/text_viewer/tv_display.h
@@ -21,7 +21,6 @@
21#ifndef PLUGIN_TEXT_VIEWER_DISPLAY_H 21#ifndef PLUGIN_TEXT_VIEWER_DISPLAY_H
22#define PLUGIN_TEXT_VIEWER_DISPLAY_H 22#define PLUGIN_TEXT_VIEWER_DISPLAY_H
23 23
24#include "plugin.h"
25#include "tv_screen_pos.h" 24#include "tv_screen_pos.h"
26 25
27/* stuff for the screen access */ 26/* stuff for the screen access */
diff --git a/apps/plugins/text_viewer/tv_settings.c b/apps/plugins/text_viewer/tv_settings.c
index 0b1fe20271..45eac627b2 100644
--- a/apps/plugins/text_viewer/tv_settings.c
+++ b/apps/plugins/text_viewer/tv_settings.c
@@ -22,7 +22,6 @@
22 ****************************************************************************/ 22 ****************************************************************************/
23#include "plugin.h" 23#include "plugin.h"
24#include "tv_bookmark.h" 24#include "tv_bookmark.h"
25#include "tv_reader.h"
26#include "tv_settings.h" 25#include "tv_settings.h"
27 26
28/* global settings file 27/* global settings file