From 50b49b7f25c47c89027750b806962c42e1bc13ae Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 22 May 2024 09:32:53 +0200 Subject: [PATCH] feat: remove unused include --- src/rally_rush_game_mode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rally_rush_game_mode.cpp b/src/rally_rush_game_mode.cpp index c076d1f..8c21142 100644 --- a/src/rally_rush_game_mode.cpp +++ b/src/rally_rush_game_mode.cpp @@ -2,7 +2,6 @@ #include "godot_cpp/classes/resource_loader.hpp" #include "utils/game_root.hpp" #include "utils/godot_macros.h" -#include "utils/level.hpp" namespace godot { void RallyRushGameMode::_bind_methods() {