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
This commit is contained in:
Stefan Seyfried
2017-02-05 13:37:53 +01:00
parent 63b6efd1f5
commit 9082ddf287
45 changed files with 41 additions and 15 deletions

View File

@@ -32,6 +32,7 @@
#include <global.h>
#include <neutrino.h>
#include <driver/fontrenderer.h>
#include <driver/display.h>
CProgressWindow::CProgressWindow(CComponentsForm *parent)