Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#ifndef SPRITECACHE_INTERNAL_H
|
||||
#define SPRITECACHE_INTERNAL_H
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "core/math_func.hpp"
|
||||
#include "gfx_type.h"
|
||||
#include "spriteloader/spriteloader.hpp"
|
||||
|
||||
Reference in New Issue
Block a user