diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-07 13:53:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-07 13:53:35 +0300 |
commit | d21a9461e853d657c139b97cb474d8e2549d83a9 (patch) | |
tree | c4d770418006d7d87d7148c60bf5a5c5f2711708 /src/shopitem.cpp | |
parent | 1a6b16b7047b8558a5870318190b038b2b81556f (diff) | |
download | plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.gz plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.bz2 plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.xz plus-d21a9461e853d657c139b97cb474d8e2549d83a9.zip |
remove client.h include from some files.
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 56f66478e..fd2a7e670 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -22,13 +22,16 @@ #include "shopitem.h" -#include "client.h" #include "units.h" #include "resources/iteminfo.h" +#include "utils/stringutils.h" + #include "debug.h" +extern int serverVersion; + ShopItem::ShopItem(const int inventoryIndex, const int id, const unsigned char color, const int quantity, const int price) : |