diff options
Diffstat (limited to 'src/itemcolormanager.h')
-rw-r--r-- | src/itemcolormanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itemcolormanager.h b/src/itemcolormanager.h index 61addf721..84e1221de 100644 --- a/src/itemcolormanager.h +++ b/src/itemcolormanager.h @@ -23,10 +23,10 @@ #include "enums/simpletypes/itemcolor.h" -#include "resources/item/cardslist.h" - #include "localconsts.h" +struct CardsList; + class ItemColorManager final { public: |