aboutsummaryrefslogtreecommitdiff
path: root/src/common/Font.hpp
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-12-10 19:19:32 +0100
committerfschildt <florian.schildt@protonmail.com>2025-12-10 19:19:32 +0100
commit69f46d34e9c6a25c63668423fd984d07c1f099a3 (patch)
treec796130ca3911e5cf8f3257acde210a6f5ad7234 /src/common/Font.hpp
parent3f95bc6b463f629c620ba5811ca3ce53ed9c03a2 (diff)
use "" include over <> include for own code
Diffstat (limited to 'src/common/Font.hpp')
-rw-r--r--src/common/Font.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Font.hpp b/src/common/Font.hpp
index 876b03a..27c2480 100644
--- a/src/common/Font.hpp
+++ b/src/common/Font.hpp
@@ -1,6 +1,5 @@
#pragma once
-#include <common/defs.hpp>
#include <stb_truetype.h>
#include <memory>