~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to guilib/GUIControl.cpp

  • Committer: spiff_
  • Date: 2009-09-19 17:39:44 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:branches/linuxport/XBMC:22988
changed: bye bye include.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *
20
20
 */
21
21
 
22
 
#include "include.h"
23
22
#include "GUIControl.h"
24
23
 
25
24
#include "utils/GUIInfoManager.h"
 
25
#include "utils/log.h"
26
26
#include "LocalizeStrings.h"
27
27
#include "GUIWindowManager.h"
28
28
#include "GUIControlProfiler.h"