diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-05 07:12:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-05 07:12:43 +0300 |
commit | 0806affebe2e53f1b22505dfa5353d264ecae39e (patch) | |
tree | 36186634162581af0debd88a65fd4c696b5aab6a | |
parent | 398fab91ac641fc0430b6045ee67339c094511d0 (diff) | |
download | plus-0806affebe2e53f1b22505dfa5353d264ecae39e.tar.gz plus-0806affebe2e53f1b22505dfa5353d264ecae39e.tar.bz2 plus-0806affebe2e53f1b22505dfa5353d264ecae39e.tar.xz plus-0806affebe2e53f1b22505dfa5353d264ecae39e.zip |
Remove extra includes.
-rw-r--r-- | src/actormanager.cpp | 2 | ||||
-rw-r--r-- | src/net/eathena/inventoryrecv.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/actormanager.cpp b/src/actormanager.cpp index 0e627fb2f..c7926bb8d 100644 --- a/src/actormanager.cpp +++ b/src/actormanager.cpp @@ -69,8 +69,6 @@ #include "net/net.h" #endif // TMWA_SUPPORT -#include <algorithm> - #include "debug.h" #define for_actors for (ActorSpritesConstIterator it = mActors.begin(), \ diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp index eaeb72109..636a289b4 100644 --- a/src/net/eathena/inventoryrecv.cpp +++ b/src/net/eathena/inventoryrecv.cpp @@ -37,7 +37,6 @@ #include "enums/resources/notifytypes.h" #include "enums/net/deleteitemreason.h" -#include "enums/net/netinventorytype.h" #include "gui/popups/itempopup.h" |