simplify more includes of compatibility headers

Origin commit data
------------------
Commit: 6fd6de31ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- simplify more includes of compatibility headers
This commit is contained in:
vanhofen
2018-12-22 09:24:03 +01:00
parent b821155c6c
commit a04c372c02
5 changed files with 10 additions and 26 deletions

View File

@@ -67,12 +67,7 @@
#include <system/setting_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;