diff options
author | montellese <montellese@xbmc.org> | 2012-11-15 20:24:03 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-11-15 20:24:03 +0100 |
commit | c606dbff1e20af3143227e07c7ca8cadf3fd4889 (patch) | |
tree | 965bd8065333962e1dd23e26315dec3237981634 | |
parent | c005c72a1d9737865da91dfe124e964d14fa0766 (diff) |
fix include paths after bd0e2f5b436b08fbe07244e6a3f5958a02a67cd4
-rw-r--r-- | xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp | 2 | ||||
-rw-r--r-- | xbmc/video/windows/GUIWindowVideoBase.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp b/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp index 5f3c14f1b5..9cd8cf9a65 100644 --- a/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp +++ b/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp @@ -26,7 +26,7 @@ #include "LangInfo.h" #include "utils/log.h" #include "guilib/Geometry.h" -#include "URIUtils.h" +#include "utils/URIUtils.h" #if defined(TARGET_DARWIN) #include "osx/CocoaInterface.h" #endif diff --git a/xbmc/video/windows/GUIWindowVideoBase.cpp b/xbmc/video/windows/GUIWindowVideoBase.cpp index 4c7fb0bc6c..c52082b88b 100644 --- a/xbmc/video/windows/GUIWindowVideoBase.cpp +++ b/xbmc/video/windows/GUIWindowVideoBase.cpp @@ -72,7 +72,7 @@ #include "utils/EdenVideoArtUpdater.h" #include "GUIInfoManager.h" #include "utils/GroupUtils.h" -#include "File.h" +#include "filesystem/File.h" using namespace std; using namespace XFILE; |