mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- simplify more includes of compatibility headers
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -36,12 +36,8 @@
|
||||
#include <driver/pictureviewer/pictureviewer.h>
|
||||
#include <driver/fontrenderer.h>
|
||||
#include <neutrino.h>
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <video_cs.h>
|
||||
#endif
|
||||
#if USE_STB_HAL
|
||||
#include <video_hal.h>
|
||||
#endif
|
||||
|
||||
#include <hardware/video.h>
|
||||
|
||||
#include "luainstance.h"
|
||||
#include "lua_cc_header.h"
|
||||
|
@@ -14,12 +14,7 @@
|
||||
#include <gui/volumebar.h>
|
||||
#include <gui/osd_helpers.h>
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <video_cs.h>
|
||||
#endif
|
||||
#if USE_STB_HAL
|
||||
#include <video_hal.h>
|
||||
#endif
|
||||
#include <hardware/video.h>
|
||||
|
||||
extern CInfoClock *InfoClock;
|
||||
extern CTimeOSD *FileTimeOSD;
|
||||
|
@@ -66,12 +66,7 @@
|
||||
#include <system/helpers.h>
|
||||
#include "cs_api.h"
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <video_cs.h>
|
||||
#endif
|
||||
#if USE_STB_HAL
|
||||
#include <video_hal.h>
|
||||
#endif
|
||||
#include <hardware/video.h>
|
||||
|
||||
extern CRemoteControl * g_RemoteControl;
|
||||
|
||||
|
@@ -79,7 +79,7 @@
|
||||
#include <cs_api.h>
|
||||
|
||||
#if HAVE_ARM_HARDWARE
|
||||
#include <video_cs.h>
|
||||
#include <hardware/video.h>
|
||||
extern cVideo * videoDecoder;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user