diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-21 22:46:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-22 00:04:12 +0300 |
commit | 155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd (patch) | |
tree | 8c58926c8b9c1aee3c38f74a7b20390102cb2435 /src/net/eathena | |
parent | 1198f1c981bb0afc193884a23a18705d1171b307 (diff) | |
download | plus-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.tar.gz plus-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.tar.bz2 plus-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.tar.xz plus-155b8814e84a4f5cfa3f91f8dcc096c6f8136dcd.zip |
Remove extra includes.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/inventoryrecv.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp index b0a79df47..d068b674a 100644 --- a/src/net/eathena/inventoryrecv.cpp +++ b/src/net/eathena/inventoryrecv.cpp @@ -54,8 +54,6 @@ #include "resources/iteminfo.h" -#include "resources/item/itemoptionslist.h" - #include "utils/gettext.h" #include "utils/stringutils.h" |