aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-04-13 21:32:10 -0400
committerS. Davilla <davilla@4pi.com>2011-04-13 21:32:47 -0400
commit492687b4cdf0994dbe02241fa3d86fb5fcf381a6 (patch)
tree4e54827b981e32e467860b4d60bd485a1ec30cfb
parent92f5c6197bd2bd4d6adbab6ebb892816273715a4 (diff)
fixed, missed an SDL.h include
-rw-r--r--xbmc/linux/XHandle.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/xbmc/linux/XHandle.cpp b/xbmc/linux/XHandle.cpp
index 0cf73e93bf..574fafd27e 100644
--- a/xbmc/linux/XHandle.cpp
+++ b/xbmc/linux/XHandle.cpp
@@ -19,13 +19,10 @@
*
*/
-#if !(defined(__APPLE__) && defined(__arm__))
-#include <SDL/SDL.h>
-#endif
-
#include "XHandle.h"
#include "XThreadUtils.h"
-#include "../utils/log.h"
+#include "utils/log.h"
+#include "threads/XBMC_mutex.h"
int CXHandle::m_objectTracker[10] = {0};