infoviewer.h: replace includes with forward declaration

This commit is contained in:
Stefan Seyfried
2015-02-11 08:41:27 +01:00
committed by Jacek Jendrzej
parent 930bd738f4
commit 8fcaeda6a4

View File

@@ -36,15 +36,14 @@
#include <sectionsdclient/sectionsdclient.h> #include <sectionsdclient/sectionsdclient.h>
#include <driver/rcinput.h> #include <driver/rcinput.h>
#include <driver/framebuffer.h>
#include <driver/fontrenderer.h> #include <driver/fontrenderer.h>
#include <driver/fade.h>
#include <system/settings.h> #include <system/settings.h>
#include "widget/menue.h"
#include <string> #include <string>
#include <zapit/channel.h> #include <zapit/channel.h>
#include <gui/components/cc.h> #include <gui/components/cc.h>
class CFrameBuffer;
class COSDFader;
class CInfoViewerBB; class CInfoViewerBB;
class CInfoViewer class CInfoViewer
{ {