mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02: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:
parent
65e2a68849
commit
8eb0d3b5e0
@ -21,10 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include <kodi/xbmc_pvr_dll.h>
|
#include <xbmc_pvr_dll.h>
|
||||||
#include <kodi/libXBMC_addon.h>
|
#include <libXBMC_addon.h>
|
||||||
#include <p8-platform/util/util.h>
|
#include <p8-platform/util/util.h>
|
||||||
#include <kodi/libKODI_guilib.h>
|
#include <libKODI_guilib.h>
|
||||||
|
|
||||||
#include "OctonetData.h"
|
#include "OctonetData.h"
|
||||||
#include "rtsp_client.hpp"
|
#include "rtsp_client.hpp"
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kodi/libXBMC_addon.h"
|
#include "libXBMC_addon.h"
|
||||||
#include "kodi/libXBMC_pvr.h"
|
#include "libXBMC_pvr.h"
|
||||||
|
|
||||||
#ifndef __func__
|
#ifndef __func__
|
||||||
#define __func__ __FUNCTION__
|
#define __func__ __FUNCTION__
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "Socket.h"
|
#include "Socket.h"
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include <p8-platform/util/util.h>
|
#include <p8-platform/util/util.h>
|
||||||
#include <kodi/libXBMC_addon.h>
|
#include <libXBMC_addon.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user