mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
epgplus.h: replace includes with forward declaration
Origin commit data
------------------
Branch: ni/coolstream
Commit: 930bd738f4
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:
committed by
Jacek Jendrzej
parent
a5e790af41
commit
0272e57ed1
@@ -31,6 +31,7 @@
|
|||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
|
|
||||||
|
#include <gui/infoviewer.h>
|
||||||
#include <gui/epgplus.h>
|
#include <gui/epgplus.h>
|
||||||
#include <sectionsdclient/sectionsdclient.h>
|
#include <sectionsdclient/sectionsdclient.h>
|
||||||
#include <timerdclient/timerdclient.h>
|
#include <timerdclient/timerdclient.h>
|
||||||
|
@@ -33,19 +33,12 @@
|
|||||||
#ifndef __EPGPLUS_HPP__
|
#ifndef __EPGPLUS_HPP__
|
||||||
#define __EPGPLUS_HPP__
|
#define __EPGPLUS_HPP__
|
||||||
|
|
||||||
#include <driver/framebuffer.h>
|
|
||||||
#include <driver/fontrenderer.h>
|
|
||||||
#include <system/settings.h>
|
|
||||||
|
|
||||||
#include "color.h"
|
|
||||||
#include "channellist.h"
|
|
||||||
#include "infoviewer.h"
|
|
||||||
#include "filebrowser.h"
|
|
||||||
|
|
||||||
#include "widget/menue.h"
|
#include "widget/menue.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
class CFrameBuffer;
|
||||||
|
class Font;
|
||||||
class CBouquetList;
|
class CBouquetList;
|
||||||
class ConfigFile;
|
class ConfigFile;
|
||||||
struct button_label;
|
struct button_label;
|
||||||
|
Reference in New Issue
Block a user