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
committed by M. Liebmann
parent e490f84ea8
commit 2303d94300
46 changed files with 43 additions and 18 deletions

View File

@@ -30,7 +30,6 @@
#include <timerdclient/timerdtypes.h>
#include <sectionsdclient/sectionsdclient.h>
#include <driver/fontrenderer.h>
#include <driver/rcinput.h>
#include <system/settings.h>
#include <gui/components/cc.h>