From 8528399e6e67b4641672654e6728fe41002efbc4 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Sat, 16 Mar 2024 00:40:29 +0100 Subject: [PATCH] Remove unused ambient_light.hpp include --- src/object/thunderstorm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/object/thunderstorm.cpp b/src/object/thunderstorm.cpp index ae1a0d4d3fc..4d891e86a24 100644 --- a/src/object/thunderstorm.cpp +++ b/src/object/thunderstorm.cpp @@ -18,7 +18,6 @@ #include "audio/sound_manager.hpp" #include "editor/editor.hpp" -#include "object/ambient_light.hpp" #include "object/background.hpp" #include "object/electrifier.hpp" #include "supertux/level.hpp"