mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
signals: reduce multiple includes for sigc++/bind.h
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "cc_frm_clock.h"
|
||||
#include <time.h>
|
||||
#include <sigc++/bind.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include <neutrino.h>
|
||||
#include "cc_frm_ext_text.h"
|
||||
|
||||
#include <sigc++/bind.h>
|
||||
|
||||
#define DEF_HEIGHT 27
|
||||
#define DEF_LABEL_WIDTH_PERCENT 30
|
||||
|
@@ -31,7 +31,6 @@
|
||||
#include "cc_frm_header.h"
|
||||
#include <system/debug.h>
|
||||
|
||||
#include <sigc++/bind.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@@ -27,10 +27,12 @@
|
||||
#include "cc_types.h"
|
||||
#include "cc_base.h"
|
||||
#include "cc_draw.h"
|
||||
#include "cc_signals.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <driver/colorgradient.h>
|
||||
|
||||
|
||||
class CComponentsItem : public CComponents
|
||||
{
|
||||
protected:
|
||||
|
@@ -35,6 +35,7 @@
|
||||
#include <fstream>
|
||||
#include <errno.h>
|
||||
#include <system/debug.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//sub class CComponentsText from CComponentsItem
|
||||
|
@@ -88,6 +88,7 @@ class CYourClass : sigc::trackable //<- not forget, requierd by destructor!
|
||||
#define __CC_SIGNALS_H__
|
||||
|
||||
#include <sigc++/signal.h>
|
||||
#include <sigc++/bind.h>
|
||||
#include <driver/rcinput.h>
|
||||
|
||||
class CComponentsSignals : public sigc::trackable
|
||||
|
Reference in New Issue
Block a user