infoviewer: use forward declaration instead of including infoviewer_bb

This commit is contained in:
Stefan Seyfried
2015-02-10 15:38:21 +01:00
committed by Jacek Jendrzej
parent 8658fb41a4
commit 967f85eb5f
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
#include <config.h>
#endif
#include "infoviewer.h"
#include "infoviewer_bb.h"
#include <algorithm>

View File

@@ -41,11 +41,11 @@
#include <driver/fade.h>
#include <system/settings.h>
#include "widget/menue.h"
#include <gui/infoviewer_bb.h>
#include <string>
#include <zapit/channel.h>
#include <gui/components/cc.h>
class CInfoViewerBB;
class CInfoViewer
{
private: