mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
epgplus.h: replace includes with forward declaration
This commit is contained in:
committed by
Jacek Jendrzej
parent
baf6bcdb97
commit
930bd738f4
@@ -33,19 +33,12 @@
|
||||
#ifndef __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 <string>
|
||||
|
||||
class CFrameBuffer;
|
||||
class Font;
|
||||
class CBouquetList;
|
||||
class ConfigFile;
|
||||
struct button_label;
|
||||
|
Reference in New Issue
Block a user