mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
Remove kodi prefix from includes
The kodi prefix is not needed for includes, as the kodi directory is set as include directory directly. Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "kodi/libXBMC_addon.h"
|
||||
#include "kodi/libXBMC_pvr.h"
|
||||
#include "libXBMC_addon.h"
|
||||
#include "libXBMC_pvr.h"
|
||||
|
||||
#ifndef __func__
|
||||
#define __func__ __FUNCTION__
|
||||
|
||||
Reference in New Issue
Block a user