change header include to start with "kodi/"

This needed for reworked header checks by Kodi's addon build system.
This commit is contained in:
Alwin Esch
2019-08-25 22:11:15 +02:00
parent e2a73af36e
commit d5ec59e00e
6 changed files with 9 additions and 9 deletions

View File

@@ -21,8 +21,8 @@
*
*/
#include "libXBMC_addon.h"
#include "libXBMC_pvr.h"
#include "kodi/libXBMC_addon.h"
#include "kodi/libXBMC_pvr.h"
#ifndef __func__
#define __func__ __FUNCTION__