aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIButtonControl.h
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2009-09-24 00:52:05 +0000
committerjmarshallnz <jmarshallnz@svn>2009-09-24 00:52:05 +0000
commit7d4c7b70bff223fdd55aa9713466071735039576 (patch)
tree72cb54c70b1c8e40b6b8f8133fa3bd330de3eded /guilib/GUIButtonControl.h
parentf9da8299ee8c7fa5310616249040d48f8dd0e94e (diff)
cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in there. Will need OSX project loving.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23126 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIButtonControl.h')
-rw-r--r--guilib/GUIButtonControl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/guilib/GUIButtonControl.h b/guilib/GUIButtonControl.h
index 915b6cf0b7..78843ae593 100644
--- a/guilib/GUIButtonControl.h
+++ b/guilib/GUIButtonControl.h
@@ -30,7 +30,8 @@
*/
#include "GUITexture.h"
-#include "GUILabelControl.h" // for CInfoPortion
+#include "GUITextLayout.h"
+#include "GUIControl.h"
/*!
\ingroup controls