text viewer: move and delete #include.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27173 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07d03729ff
commit
25f44c2e1f
3 changed files with 1 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
#include "tv_display.h"
|
||||
#include "tv_preferences.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#ifndef PLUGIN_TEXT_VIEWER_DISPLAY_H
|
||||
#define PLUGIN_TEXT_VIEWER_DISPLAY_H
|
||||
|
||||
#include "plugin.h"
|
||||
#include "tv_screen_pos.h"
|
||||
|
||||
/* stuff for the screen access */
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
****************************************************************************/
|
||||
#include "plugin.h"
|
||||
#include "tv_bookmark.h"
|
||||
#include "tv_reader.h"
|
||||
#include "tv_settings.h"
|
||||
|
||||
/* global settings file
|
||||
|
|
Loading…
Reference in a new issue