diff --git a/src/modes/capture_the_flag.hpp b/src/modes/capture_the_flag.hpp index 89e8d880ac9..1a830b6c9e7 100644 --- a/src/modes/capture_the_flag.hpp +++ b/src/modes/capture_the_flag.hpp @@ -20,8 +20,6 @@ #include "modes/free_for_all.hpp" -#include "modes/ctf_flag.hpp" - #include #include @@ -34,6 +32,7 @@ namespace irr } class CTFFlag; +enum FlagColor : unsigned int; class CaptureTheFlag : public FreeForAll {