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
------------------
Commit: 2303d94300
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)
This commit is contained in:
Stefan Seyfried
2017-02-05 13:37:53 +01:00
committed by Michael Liebmann
parent 8b4c30e093
commit f6d5a96838
46 changed files with 43 additions and 18 deletions

View File

@@ -34,6 +34,7 @@
#include <global.h>
#include <neutrino.h>
#include "hintbox.h"
#include <driver/fontrenderer.h>
#include <system/debug.h>
#define MSG_FONT g_Font[SNeutrinoSettings::FONT_TYPE_MESSAGE_TEXT]