diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-18 13:24:55 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-18 13:24:55 -0700 |
commit | b2540f391dddc296bcafe26cd8d1e98df38c5171 (patch) | |
tree | 0100bf1c8c9804a68c47d44791dc0c7dfe50e14c /src/shopitem.cpp | |
parent | c3f7f72f37adad5103587069ff549798fc9d652d (diff) | |
download | mana-b2540f391dddc296bcafe26cd8d1e98df38c5171.tar.gz mana-b2540f391dddc296bcafe26cd8d1e98df38c5171.tar.bz2 mana-b2540f391dddc296bcafe26cd8d1e98df38c5171.tar.xz mana-b2540f391dddc296bcafe26cd8d1e98df38c5171.zip |
Deleted a file which didn't manage to get deleted in the last commit.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 70a68719..8fbb7400 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -22,7 +22,7 @@ #include "shopitem.h" -#include "utils/tostring.h" +#include "utils/stringutils.h" ShopItem::ShopItem(int id, int quantity, int price): Item(id, quantity), |