diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-07 00:05:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-07 00:05:36 +0300 |
commit | a0f7d665da88809186f535401fb5de85286f7af3 (patch) | |
tree | e2ff024edb813e974ca70dad70049a6d06e29528 /src/inventory.h | |
parent | eb49768b0908dcd90f26a6bb381e864d0cd5e550 (diff) | |
download | mv-a0f7d665da88809186f535401fb5de85286f7af3.tar.gz mv-a0f7d665da88809186f535401fb5de85286f7af3.tar.bz2 mv-a0f7d665da88809186f535401fb5de85286f7af3.tar.xz mv-a0f7d665da88809186f535401fb5de85286f7af3.zip |
fix code style.
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index 311e6c5f0..c14d22bf8 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -38,7 +38,6 @@ #include "utils/intmap.h" #include <list> -#include <string> #include "localconsts.h" |