From f77a11f27dbc76b3d8bc5e6f368adffaaddf8e58 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 13 May 2026 16:59:37 +0200 Subject: [PATCH] Cleanup --- Bigfoot/Sources/Utils/Include/Utils/Assert.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bigfoot/Sources/Utils/Include/Utils/Assert.hpp b/Bigfoot/Sources/Utils/Include/Utils/Assert.hpp index a358228..45d98af 100644 --- a/Bigfoot/Sources/Utils/Include/Utils/Assert.hpp +++ b/Bigfoot/Sources/Utils/Include/Utils/Assert.hpp @@ -4,8 +4,8 @@ * \author Romain BOULLARD * \date October 2025 *********************************************************************/ -#ifndef BIGFOOT_SYSTEM_ASSERT_HPP -#define BIGFOOT_SYSTEM_ASSERT_HPP +#ifndef BIGFOOT_UTILS_ASSERT_HPP +#define BIGFOOT_UTILS_ASSERT_HPP #include #if defined BIGFOOT_NOT_OPTIMIZED