Cleanup some includes
This commit is contained in:
parent
1b250f668b
commit
2453bcdcc1
2 changed files with 1 additions and 2 deletions
|
@ -28,11 +28,9 @@
|
|||
|
||||
|
||||
#include "Direction.hpp"
|
||||
#include "Position.hpp"
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
|
||||
namespace RPGEdit {
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
#include "CollisionType.hpp"
|
||||
#include "Entity.hpp"
|
||||
#include "Position.hpp"
|
||||
|
||||
|
||||
namespace RPGEdit {
|
||||
|
|
Reference in a new issue