diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-27 10:47:28 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-27 12:15:49 +0100 |
commit | 58b33406b1354e6814ed29d55a55a36053445ecd (patch) | |
tree | 2c8d1afcc84ff5a1f3ba28618422d4d617baa226 /src/gui/shop.cpp | |
parent | e64b5a25a54f56bc836af57223e37449a1daffe8 (diff) | |
download | mana-58b33406b1354e6814ed29d55a55a36053445ecd.tar.gz mana-58b33406b1354e6814ed29d55a55a36053445ecd.tar.bz2 mana-58b33406b1354e6814ed29d55a55a36053445ecd.tar.xz mana-58b33406b1354e6814ed29d55a55a36053445ecd.zip |
Include statement cleanup for net/ea/ directory.
Diffstat (limited to 'src/gui/shop.cpp')
-rw-r--r-- | src/gui/shop.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/shop.cpp b/src/gui/shop.cpp index 300c91b8..4799ea42 100644 --- a/src/gui/shop.cpp +++ b/src/gui/shop.cpp @@ -19,9 +19,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "shop.h" +#include "gui/shop.h" -#include "../utils/dtor.h" +#include "shopitem.h" + +#include "utils/dtor.h" ShopItems::ShopItems(bool mergeDuplicates) : mMergeDuplicates(mergeDuplicates) |