remove unnecessary sectionsdclient.h includes

This commit is contained in:
Stefan Seyfried
2017-02-11 14:42:15 +01:00
committed by svenhoefer
parent 2f36a0900c
commit c14c15ea24
4 changed files with 0 additions and 6 deletions

View File

@@ -39,8 +39,6 @@
#include <gui/movieinfo.h> #include <gui/movieinfo.h>
#include "widget/menue.h" #include "widget/menue.h"
#include <sectionsdclient/sectionsdclient.h>
#include <vector> #include <vector>
#include <string> #include <string>

View File

@@ -28,7 +28,6 @@
#define __EVENTLIST_HPP__ #define __EVENTLIST_HPP__
#include <timerdclient/timerdtypes.h> #include <timerdclient/timerdtypes.h>
#include <sectionsdclient/sectionsdclient.h>
#include <driver/rcinput.h> #include <driver/rcinput.h>
#include <system/settings.h> #include <system/settings.h>

View File

@@ -33,8 +33,6 @@
#ifndef __infoview_bb__ #ifndef __infoview_bb__
#define __infoview_bb__ #define __infoview_bb__
#include <sectionsdclient/sectionsdclient.h>
#include <driver/rcinput.h> #include <driver/rcinput.h>
#include <driver/fade.h> #include <driver/fade.h>
#include <system/settings.h> #include <system/settings.h>

View File

@@ -7,7 +7,6 @@
// tuxbox // tuxbox
#include <eventserver.h> #include <eventserver.h>
#include <sectionsdclient/sectionsdclient.h>
#include <timerdclient/timerdclient.h> #include <timerdclient/timerdclient.h>
#include <zapit/client/zapitclient.h> #include <zapit/client/zapitclient.h>