diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-17 00:36:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-17 00:36:15 +0300 |
commit | 093e392dd84c920d26bca17d48ac6611393d087c (patch) | |
tree | 776845e14448e748f25dcfc92749ed1599b0ce31 /src/inventory.cpp | |
parent | b30df9b843eae2128431320308510f13296e3e7f (diff) | |
download | mv-093e392dd84c920d26bca17d48ac6611393d087c.tar.gz mv-093e392dd84c920d26bca17d48ac6611393d087c.tar.bz2 mv-093e392dd84c920d26bca17d48ac6611393d087c.tar.xz mv-093e392dd84c920d26bca17d48ac6611393d087c.zip |
Fix code style.
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 8569dc8fb..75729a28b 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -21,6 +21,7 @@ */ #include "inventory.h" + #include "item.h" #include "logger.h" |