aboutsummaryrefslogtreecommitdiff
path: root/guilib/common
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2009-09-23 02:42:37 +0000
committerjmarshallnz <jmarshallnz@svn>2009-09-23 02:42:37 +0000
commitadab057db495446713b6ff665614ef16a0d7f992 (patch)
treef821eaa9ca234eaa3d69ca26479d7a6bc541a735 /guilib/common
parent1001353789febdece3420424c8e4cf291a88a946 (diff)
cleanup: Indicate why system.h is included in a header, and remove where reasonable.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23100 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/common')
-rw-r--r--guilib/common/SDLJoystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/common/SDLJoystick.h b/guilib/common/SDLJoystick.h
index 1aa89fecd4..202593422e 100644
--- a/guilib/common/SDLJoystick.h
+++ b/guilib/common/SDLJoystick.h
@@ -1,7 +1,7 @@
#ifndef SDL_JOYSTICK_H
#define SDL_JOYSTICK_H
-#include "../system.h"
+#include "../system.h" // for HAS_SDL_JOYSTICK
#include <vector>
#include <string>