diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 33021d8c..c7787491 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -22,10 +22,10 @@ #ifndef _SHOPITEM_H #define _SHOPITEM_H -#include <stack> - #include "item.h" +#include <stack> + /** * Represents an item in a shop inventory. It can store quantity and inventory * indices of duplicate entries in the shop as well. |