mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
neutrino.h: use forward declaration instead of includes
this reduces the dependency chain on partial rebuilds considerably
Origin commit data
------------------
Branch: ni/coolstream
Commit: a7bad347d7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-11 (Wed, 11 Feb 2015)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "pluginlist.h"
|
#include "pluginlist.h"
|
||||||
#include "infoclock.h"
|
#include "infoclock.h"
|
||||||
|
#include "rc_lock.h"
|
||||||
|
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
|
@@ -102,6 +102,7 @@
|
|||||||
#include "gui/pipsetup.h"
|
#include "gui/pipsetup.h"
|
||||||
#endif
|
#endif
|
||||||
#include "gui/themes.h"
|
#include "gui/themes.h"
|
||||||
|
#include "gui/timerlist.h"
|
||||||
|
|
||||||
#include <system/ytcache.h>
|
#include <system/ytcache.h>
|
||||||
|
|
||||||
|
@@ -33,19 +33,12 @@
|
|||||||
#ifndef __neutrino__
|
#ifndef __neutrino__
|
||||||
#define __neutrino__
|
#define __neutrino__
|
||||||
|
|
||||||
#include <configfile.h>
|
|
||||||
|
|
||||||
#include <neutrinoMessages.h>
|
#include <neutrinoMessages.h>
|
||||||
#include "driver/framebuffer.h"
|
|
||||||
#include "driver/neutrinofonts.h"
|
|
||||||
#include "system/setting_helpers.h"
|
|
||||||
#include "system/configure_network.h"
|
|
||||||
#include "daemonc/remotecontrol.h" /* st_rmsg */
|
#include "daemonc/remotecontrol.h" /* st_rmsg */
|
||||||
#include "gui/channellist.h" /* CChannelList */
|
#include "gui/channellist.h" /* CChannelList */
|
||||||
#include "gui/personalize.h"
|
#include "gui/personalize.h"
|
||||||
#include "gui/rc_lock.h"
|
|
||||||
#include "gui/user_menue.h"
|
#include "gui/user_menue.h"
|
||||||
#include "gui/timerlist.h"
|
#include <timerdclient/timerdtypes.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
@@ -60,6 +53,10 @@
|
|||||||
extern const unsigned char genre_sub_classes[]; /* epgview.cpp */
|
extern const unsigned char genre_sub_classes[]; /* epgview.cpp */
|
||||||
extern const neutrino_locale_t * genre_sub_classes_list[]; /* epgview.cpp */
|
extern const neutrino_locale_t * genre_sub_classes_list[]; /* epgview.cpp */
|
||||||
|
|
||||||
|
class CFrameBuffer;
|
||||||
|
class CConfigFile;
|
||||||
|
class CScanSettings;
|
||||||
|
|
||||||
class CNeutrinoApp : public CMenuTarget, CChangeObserver
|
class CNeutrinoApp : public CMenuTarget, CChangeObserver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@@ -63,6 +63,7 @@
|
|||||||
#include "gui/scan_setup.h"
|
#include "gui/scan_setup.h"
|
||||||
#include "gui/settings_manager.h"
|
#include "gui/settings_manager.h"
|
||||||
#include "gui/sleeptimer.h"
|
#include "gui/sleeptimer.h"
|
||||||
|
#include "gui/timerlist.h"
|
||||||
#include "gui/update_menue.h"
|
#include "gui/update_menue.h"
|
||||||
#include "gui/streaminfo2.h"
|
#include "gui/streaminfo2.h"
|
||||||
#ifdef ENABLE_TESTING
|
#ifdef ENABLE_TESTING
|
||||||
|
Reference in New Issue
Block a user