mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
personalize: reduce include impact of plugins.h
use forward declaration of CPlugins instead of including
plugins.h in personalize.h to reduce the massive impact
of this header file
Origin commit data
------------------
Commit: eba76a4f47
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-16 (Sun, 16 Feb 2014)
This commit is contained in:
@@ -171,6 +171,7 @@
|
|||||||
#include "widget/keychooser.h"
|
#include "widget/keychooser.h"
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
#include "personalize.h"
|
#include "personalize.h"
|
||||||
|
#include "plugins.h"
|
||||||
|
|
||||||
#include <system/settings.h>
|
#include <system/settings.h>
|
||||||
|
|
||||||
|
@@ -52,7 +52,6 @@
|
|||||||
#define __personalize__
|
#define __personalize__
|
||||||
|
|
||||||
#include <gui/widget/menue.h>
|
#include <gui/widget/menue.h>
|
||||||
#include <gui/plugins.h>
|
|
||||||
#include <gui/user_menue_setup.h>
|
#include <gui/user_menue_setup.h>
|
||||||
#include "widget/stringinput.h"
|
#include "widget/stringinput.h"
|
||||||
#include "widget/stringinput_ext.h"
|
#include "widget/stringinput_ext.h"
|
||||||
@@ -62,6 +61,7 @@
|
|||||||
#include <system/lastchannel.h>
|
#include <system/lastchannel.h>
|
||||||
#include <system/setting_helpers.h>
|
#include <system/setting_helpers.h>
|
||||||
|
|
||||||
|
class CPlugins;
|
||||||
extern CPlugins * g_PluginList; /* neutrino.cpp */
|
extern CPlugins * g_PluginList; /* neutrino.cpp */
|
||||||
|
|
||||||
//helper class to enable/disable some items in usermenu setup
|
//helper class to enable/disable some items in usermenu setup
|
||||||
|
Reference in New Issue
Block a user