~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/utils/EventClient.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:
33
33
#include <map>
34
34
#include <queue>
35
35
#include "FileSystem/File.h"
 
36
#include "utils/log.h"
36
37
 
37
38
using namespace EVENTCLIENT;
38
39
using namespace EVENTPACKET;