infoviewer.h: replace includes with forward declaration

Origin commit data
------------------
Branch: ni/coolstream
Commit: 51b15fbc1d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-11 (Wed, 11 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-02-11 08:41:27 +01:00
parent 820cacd70c
commit 649465854d

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
{ {