From de27aa8571dd4f547ebe5843efadf7bdbf3066c5 Mon Sep 17 00:00:00 2001 From: Slendi Date: Fri, 3 Jul 2026 04:15:23 +0300 Subject: [PATCH] fixes cause of updated smath Signed-off-by: Slendi --- src/Application.cpp | 2 +- src/Application.h | 2 +- src/Colors.h | 2 +- src/Types.h | 2 +- src/VulkanRenderer.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Application.cpp b/src/Application.cpp index 0a6767e..2134508 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -57,7 +57,7 @@ #include #include -#include +#include #include "Util.h" #include "VulkanRenderer.h" diff --git a/src/Application.h b/src/Application.h index 82ac254..2409359 100644 --- a/src/Application.h +++ b/src/Application.h @@ -12,7 +12,7 @@ #include #include -#include "smath.hpp" +#include #include "Loader.h" #include "Logger.h" diff --git a/src/Colors.h b/src/Colors.h index 14ecc45..7482923 100644 --- a/src/Colors.h +++ b/src/Colors.h @@ -1,6 +1,6 @@ #pragma once -#include +#include namespace Lunar::Colors { diff --git a/src/Types.h b/src/Types.h index cd917ee..2f9f074 100644 --- a/src/Types.h +++ b/src/Types.h @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include diff --git a/src/VulkanRenderer.h b/src/VulkanRenderer.h index cabd36a..344b848 100644 --- a/src/VulkanRenderer.h +++ b/src/VulkanRenderer.h @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include