diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-13 14:29:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-13 14:29:00 +0300 |
commit | 71a596747c6f31c0cd010b6cc4522f8ed717d38b (patch) | |
tree | b0b2049fed46a461b7d91160d67e419fe62314d4 /src/inventory.cpp | |
parent | a327fbea2edc89d781307ec7c3279aaf3aa065b7 (diff) | |
download | plus-71a596747c6f31c0cd010b6cc4522f8ed717d38b.tar.gz plus-71a596747c6f31c0cd010b6cc4522f8ed717d38b.tar.bz2 plus-71a596747c6f31c0cd010b6cc4522f8ed717d38b.tar.xz plus-71a596747c6f31c0cd010b6cc4522f8ed717d38b.zip |
Fix code style.
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 79816fae5..fea581446 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -25,8 +25,6 @@ #include "item.h" #include "logger.h" -#include "enums/simpletypes.h" - #include "net/inventoryhandler.h" #include "resources/iteminfo.h" |