From f5bc6fc1368aac5279bac1f620e71dc216261b72 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 5 Nov 2024 03:23:13 +0300 Subject: [PATCH] remove extra include --- src/graphics/render/Decorator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/graphics/render/Decorator.cpp b/src/graphics/render/Decorator.cpp index 51eca386..eb2255a6 100644 --- a/src/graphics/render/Decorator.cpp +++ b/src/graphics/render/Decorator.cpp @@ -1,8 +1,5 @@ #include "Decorator.hpp" -#define GLM_ENABLE_EXPERIMENTAL -#include - #include "ParticlesRenderer.hpp" #include "assets/assets_util.hpp" #include "content/Content.hpp"