From 25cad5c0066330ab44c9c7adbb191c842627dd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Sun, 2 Mar 2025 10:31:09 +0100 Subject: [PATCH] Clean up imports. --- common/decklist.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/decklist.h b/common/decklist.h index 89067b226..baf596ce6 100644 --- a/common/decklist.h +++ b/common/decklist.h @@ -1,12 +1,9 @@ #ifndef DECKLIST_H #define DECKLIST_H -#include -#include - -// Required on Mac. Forward declaration doesn't work. Don't ask why. #include "../cockatrice/src/game/cards/card_database.h" +// Required on Mac. Forward declaration doesn't work. Don't ask why. #include #include #include