(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#ifdef WITH_PNG
|
||||
|
||||
#include "../stdafx.h"
|
||||
#include "../gfx_func.h"
|
||||
#include "../fileio_func.h"
|
||||
#include "../debug.h"
|
||||
#include "png.hpp"
|
||||
|
@@ -13,6 +13,7 @@
|
||||
#define SPRITELOADER_HPP
|
||||
|
||||
#include "../core/alloc_type.hpp"
|
||||
#include "../gfx_type.h"
|
||||
|
||||
class SpriteLoader {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user