~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to guilib/GUIControlProfiler.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 "GUIControlProfiler.h"
 
23
#include "tinyXML/tinyxml.h"
24
24
 
25
25
bool CGUIControlProfiler::m_bIsRunning = false;
26
26