remove unneeded rcinput.h include in headers

This commit is contained in:
Stefan Seyfried
2018-01-07 14:32:03 +01:00
committed by Thilo Graf
parent d1b167781c
commit 10ad29afb7
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
#ifndef __epgview__ #ifndef __epgview__
#define __epgview__ #define __epgview__
#include <driver/rcinput.h>
#include <system/settings.h> #include <system/settings.h>
#include <driver/movieinfo.h> #include <driver/movieinfo.h>

View File

@@ -33,7 +33,6 @@
#ifndef __infoview_bb__ #ifndef __infoview_bb__
#define __infoview_bb__ #define __infoview_bb__
#include <driver/rcinput.h>
#include <driver/fade.h> #include <driver/fade.h>
#include <system/settings.h> #include <system/settings.h>
#include "widget/menue.h" #include "widget/menue.h"