Include card_info.h over card_database.h if able

This commit is contained in:
RickyRister 2025-04-16 14:04:22 -07:00
parent e68300d275
commit 46e5fbad75
35 changed files with 34 additions and 35 deletions

View file

@ -1,7 +1,7 @@
#ifndef DECKLISTMODEL_H
#define DECKLISTMODEL_H
#include "../game/cards/card_database.h"
#include "../game/cards/card_info.h"
#include "decklist.h"
#include <QAbstractItemModel>