replace fontrenderer.h include with forward declaration

in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2303d94300
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-02-05 13:37:53 +01:00
committed by Michael Liebmann
parent 70cbcb6bb5
commit 86f609bc17
46 changed files with 43 additions and 18 deletions

View File

@@ -38,7 +38,6 @@
#endif
#include <driver/file.h>
#include <driver/fontrenderer.h>
#include <driver/rcinput.h>
#include <gui/color.h>
@@ -57,6 +56,7 @@
bool chooserDir(std::string &setting_dir, bool test_dir, const char *action_str, bool allow_tmp = false);
bool chooserDir(char *setting_dir, bool test_dir, const char *action_str, size_t str_leng, bool allow_tmp = false);
class Font;
class CFrameBuffer;
/**
* Converts input of numeric keys to SMS style char input.