~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to guilib/TextureManager.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 "TextureManager.h"
24
23
#include "Texture.h"
25
24
#include "AnimatedGif.h"
26
25
#include "GraphicContext.h"
27
26
#include "utils/SingleLock.h"
28
27
#include "utils/CharsetConverter.h"
 
28
#include "utils/log.h"
29
29
#include "../xbmc/Util.h"
30
30
#include "../xbmc/FileSystem/File.h"
31
31
#include "../xbmc/FileSystem/Directory.h"