diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:30:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:30:57 +0300 |
commit | 478b08e4104e21d4c4e76b76534d3f177df94209 (patch) | |
tree | 9f4a45a150eac1ee96ff5695c5863a794649cbeb /src/resources/beingcommon.cpp | |
parent | 366d596688506c70cbc510392be7f1224e585185 (diff) | |
download | ManaVerse-478b08e4104e21d4c4e76b76534d3f177df94209.tar.gz ManaVerse-478b08e4104e21d4c4e76b76534d3f177df94209.tar.bz2 ManaVerse-478b08e4104e21d4c4e76b76534d3f177df94209.tar.xz ManaVerse-478b08e4104e21d4c4e76b76534d3f177df94209.zip |
Fix code style.
Diffstat (limited to 'src/resources/beingcommon.cpp')
-rw-r--r-- | src/resources/beingcommon.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/beingcommon.cpp b/src/resources/beingcommon.cpp index 67aeea4fb..d9b65bb02 100644 --- a/src/resources/beingcommon.cpp +++ b/src/resources/beingcommon.cpp @@ -25,14 +25,10 @@ #include "enums/resources/map/blockmask.h" -#include "utils/files.h" - #include "resources/beinginfo.h" #include "resources/sprite/spritereference.h" -#include <algorithm> - #include "debug.h" void BeingCommon::readBasicAttributes(BeingInfo *const info, |