summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_display.h
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 /apps/plugins/text_viewer/tv_display.h
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
Diffstat (limited to 'apps/plugins/text_viewer/tv_display.h')
-rw-r--r--apps/plugins/text_viewer/tv_display.h1
1 files changed, 0 insertions, 1 deletions
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 */