Include card_info.h over card_database.h if able (#5841)

* Move a typedef to card_info.h

* Include card_info.h over card_database.h if able
This commit is contained in:
RickyRister 2025-04-16 21:38:57 -07:00 committed by GitHub
parent 854208ea0a
commit 2189fc0a96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 37 additions and 38 deletions

View file

@ -1,8 +1,8 @@
#include "view_zone.h"
#include "../../server/pending_command.h"
#include "../cards/card_database.h"
#include "../cards/card_drag_item.h"
#include "../cards/card_info.h"
#include "../cards/card_item.h"
#include "../player/player.h"
#include "pb/command_dump_zone.pb.h"