aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiso <wiso@svn>2010-04-27 18:48:13 +0000
committerwiso <wiso@svn>2010-04-27 18:48:13 +0000
commit46cf75e4d61026dcaa5caf608311c6381a094df8 (patch)
treeb1dcb8944263df0ff421053965079d1f6e8b6c04
parent5618de9feac05c9b1c81cac65ee43d78d0c92a2a (diff)
[WIN32] fixed build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29557 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/addons/Skin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/addons/Skin.h b/xbmc/addons/Skin.h
index f0f33a2e15..40987c4a4e 100644
--- a/xbmc/addons/Skin.h
+++ b/xbmc/addons/Skin.h
@@ -22,8 +22,8 @@
*/
#include "Addon.h"
-#include "guilib/GraphicContext.h" // needed for the RESOLUTION members
-#include "guilib/GUIIncludes.h" // needed for the GUIInclude member
+#include "GraphicContext.h" // needed for the RESOLUTION members
+#include "GUIIncludes.h" // needed for the GUIInclude member
#define CREDIT_LINE_LENGTH 50
class TiXmlNode;