~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/Application.h

  • 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:
21
21
 *
22
22
 */
23
23
 
 
24
#include "system.h"
24
25
#include "XBApplicationEx.h"
25
26
 
26
27
#include "IMsgTargetCallback.h"
59
60
#include "XBMC_events.h"
60
61
#include "utils/Thread.h"
61
62
 
 
63
#ifdef HAS_SDL
 
64
#include <SDL/SDL_mutex.h>
 
65
#endif
 
66
 
62
67
class CWebServer;
63
68
class CXBFileZilla;
64
69
class CSNTPClient;