From bfa1ae048b0d4136bfae454839aaa1984f6c7a04 Mon Sep 17 00:00:00 2001 From: Sylar Date: Sun, 2 Nov 2025 19:17:23 +0100 Subject: [PATCH] Sync push --- .clangd | 3 +++ other/build.nr | 2 +- src/ostd/Utils.cpp | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .clangd diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..37b860d --- /dev/null +++ b/.clangd @@ -0,0 +1,3 @@ +CompileFlags: + CompilationDatabase: bin + diff --git a/other/build.nr b/other/build.nr index f0a82b4..eec1f49 100644 --- a/other/build.nr +++ b/other/build.nr @@ -1 +1 @@ -1904 +1905 diff --git a/src/ostd/Utils.cpp b/src/ostd/Utils.cpp index b275aef..075269d 100755 --- a/src/ostd/Utils.cpp +++ b/src/ostd/Utils.cpp @@ -1,7 +1,6 @@ #include "Utils.hpp" #include "String.hpp" #include "Defines.hpp" -#include "Color.hpp" #include "IOHandlers.hpp" #include "vendor/TermColor.hpp"