Skip to content

Commit

Permalink
Merge pull request #25 from hudokkow/fix_includes
Browse files Browse the repository at this point in the history
Fix includes
  • Loading branch information
hudokkow committed May 16, 2016
2 parents 9b51185 + 98d5806 commit 3640ff5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pvr.hdhomerun/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.hdhomerun"
version="2.3.0"
version="2.3.1"
name="PVR HDHomeRun Client"
provider-name="Zoltan Csizmadia (zcsizmadia@gmail.com)">
<requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.hdhomerun/changelog.txt
@@ -1,3 +1,6 @@
v2.3.1
- Fix includes

v2.3.0
- Update to PVR addon API v5.2.0

Expand Down
2 changes: 1 addition & 1 deletion src/client.cpp
Expand Up @@ -23,7 +23,7 @@
*/

#include "client.h"
#include <kodi/xbmc_pvr_dll.h>
#include <xbmc_pvr_dll.h>
#include <p8-platform/util/util.h>
#include <p8-platform/threads/threads.h>
#include "HDHomeRunTuners.h"
Expand Down
4 changes: 2 additions & 2 deletions src/client.h
Expand Up @@ -23,8 +23,8 @@
*
*/

#include <kodi/libXBMC_addon.h>
#include <kodi/libXBMC_pvr.h>
#include <libXBMC_addon.h>
#include <libXBMC_pvr.h>
#include <p8-platform/util/StdString.h>

typedef CStdString String;
Expand Down

0 comments on commit 3640ff5

Please sign in to comment.