From 265b85abb9dcd984b4992ae90e36a592674dd7d0 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 42d001d41..22054297c 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