mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
simplify more includes of compatibility headers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6fd6de31ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)
Origin message was:
------------------
- simplify more includes of compatibility headers
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,12 +36,8 @@
|
|||||||
#include <driver/pictureviewer/pictureviewer.h>
|
#include <driver/pictureviewer/pictureviewer.h>
|
||||||
#include <driver/fontrenderer.h>
|
#include <driver/fontrenderer.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
#if HAVE_COOL_HARDWARE
|
|
||||||
#include <video_cs.h>
|
#include <hardware/video.h>
|
||||||
#endif
|
|
||||||
#if USE_STB_HAL
|
|
||||||
#include <video_hal.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "luainstance.h"
|
#include "luainstance.h"
|
||||||
#include "lua_cc_header.h"
|
#include "lua_cc_header.h"
|
||||||
|
@@ -14,12 +14,7 @@
|
|||||||
#include <gui/volumebar.h>
|
#include <gui/volumebar.h>
|
||||||
#include <gui/osd_helpers.h>
|
#include <gui/osd_helpers.h>
|
||||||
|
|
||||||
#if HAVE_COOL_HARDWARE
|
#include <hardware/video.h>
|
||||||
#include <video_cs.h>
|
|
||||||
#endif
|
|
||||||
#if USE_STB_HAL
|
|
||||||
#include <video_hal.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern CInfoClock *InfoClock;
|
extern CInfoClock *InfoClock;
|
||||||
extern CTimeOSD *FileTimeOSD;
|
extern CTimeOSD *FileTimeOSD;
|
||||||
|
@@ -67,12 +67,7 @@
|
|||||||
#include <system/setting_helpers.h>
|
#include <system/setting_helpers.h>
|
||||||
#include "cs_api.h"
|
#include "cs_api.h"
|
||||||
|
|
||||||
#if HAVE_COOL_HARDWARE
|
#include <hardware/video.h>
|
||||||
#include <video_cs.h>
|
|
||||||
#endif
|
|
||||||
#if USE_STB_HAL
|
|
||||||
#include <video_hal.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern CRemoteControl * g_RemoteControl;
|
extern CRemoteControl * g_RemoteControl;
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@
|
|||||||
#include <cs_api.h>
|
#include <cs_api.h>
|
||||||
|
|
||||||
#if HAVE_ARM_HARDWARE
|
#if HAVE_ARM_HARDWARE
|
||||||
#include <video_cs.h>
|
#include <hardware/video.h>
|
||||||
extern cVideo * videoDecoder;
|
extern cVideo * videoDecoder;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -56,19 +56,17 @@
|
|||||||
|
|
||||||
#include <zapit/satconfig.h>
|
#include <zapit/satconfig.h>
|
||||||
#include <zapit/femanager.h>
|
#include <zapit/femanager.h>
|
||||||
#include <hardware/dmx.h>
|
|
||||||
#if HAVE_COOL_HARDWARE
|
#if HAVE_COOL_HARDWARE
|
||||||
#include <record_cs.h>
|
#include <record_cs.h>
|
||||||
#include <playback_cs.h>
|
#include <playback_cs.h>
|
||||||
#include <pwrmngr.h>
|
#include <pwrmngr.h>
|
||||||
#include <audio_cs.h>
|
|
||||||
#include <video_cs.h>
|
|
||||||
#endif
|
|
||||||
#if USE_STB_HAL
|
|
||||||
#include <video_hal.h>
|
|
||||||
#include <audio_hal.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <hardware/audio.h>
|
||||||
|
#include <hardware/dmx.h>
|
||||||
|
#include <hardware/video.h>
|
||||||
|
|
||||||
#include <driver/abstime.h>
|
#include <driver/abstime.h>
|
||||||
#include <system/set_threadname.h>
|
#include <system/set_threadname.h>
|
||||||
#include <libdvbsub/dvbsub.h>
|
#include <libdvbsub/dvbsub.h>
|
||||||
|
Reference in New Issue
Block a user