signals: reduce multiple includes for sigc++/bind.h

This commit is contained in:
2017-02-06 21:25:33 +01:00
parent aed22b3788
commit e4d0abc7dc
6 changed files with 5 additions and 3 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -31,7 +31,6 @@
#include "cc_frm_header.h"
#include <system/debug.h>
#include <sigc++/bind.h>
using namespace std;

View File

@@ -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:

View File

@@ -35,6 +35,7 @@
#include <fstream>
#include <errno.h>
#include <system/debug.h>
using namespace std;
//sub class CComponentsText from CComponentsItem

View File

@@ -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