diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-22 00:21:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-22 00:21:04 +0300 |
commit | 01ee2e3e0272884388478e99eaf41e70f2acc77b (patch) | |
tree | 4886a2bbde1973cbb68902e39440320a1f9c4fcf /src/game.cpp | |
parent | 8d8f532fd8a76182701e73e2deaa825a4ccc4e2b (diff) | |
download | plus-01ee2e3e0272884388478e99eaf41e70f2acc77b.tar.gz plus-01ee2e3e0272884388478e99eaf41e70f2acc77b.tar.bz2 plus-01ee2e3e0272884388478e99eaf41e70f2acc77b.tar.xz plus-01ee2e3e0272884388478e99eaf41e70f2acc77b.zip |
Remove extra include from game.cpp
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 84f76308c..0f59c2308 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -107,7 +107,6 @@ #include "net/packetcounters.h" #include "net/serverfeatures.h" -#include "resources/beingslot.h" #include "resources/delayedmanager.h" #include "resources/imagewriter.h" #include "resources/mapreader.h" |