Skip to content

Commit

Permalink
[ios] fixed include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Apr 7, 2011
1 parent 167a20b commit 087f6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/windowing/osx/WinEventsIOS.h
Expand Up @@ -24,7 +24,7 @@
#ifndef WINDOW_EVENTS_IOS_H
#define WINDOW_EVENTS_IOS_H

#include "WinEvents.h"
#include "windowing/WinEvents.h"

class CWinEventsIOS : public CWinEventsBase
{
Expand Down
2 changes: 1 addition & 1 deletion xbmc/windowing/osx/WinSystemIOS.h
Expand Up @@ -25,7 +25,7 @@
#define WINDOW_SYSTEM_IOSEGL_H

#if defined(__APPLE__) && defined(__arm__)
#include "WinSystem.h"
#include "windowing/WinSystem.h"
#include "rendering/gles/RenderSystemGLES.h"
#include "utils/GlobalsHandling.h"

Expand Down

0 comments on commit 087f6d5

Please sign in to comment.