mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
epgplus.h: replace includes with forward declaration
This commit is contained in:
committed by
Jacek Jendrzej
parent
baf6bcdb97
commit
930bd738f4
@@ -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