diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-12-10 19:19:32 +0100 |
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-12-10 19:19:32 +0100 |
| commit | 69f46d34e9c6a25c63668423fd984d07c1f099a3 (patch) | |
| tree | c796130ca3911e5cf8f3257acde210a6f5ad7234 /src/common/defs.hpp | |
| parent | 3f95bc6b463f629c620ba5811ca3ce53ed9c03a2 (diff) | |
use "" include over <> include for own code
Diffstat (limited to 'src/common/defs.hpp')
| -rw-r--r-- | src/common/defs.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/defs.hpp b/src/common/defs.hpp index 007d560..8bdfd52 100644 --- a/src/common/defs.hpp +++ b/src/common/defs.hpp @@ -1,7 +1,6 @@ #pragma once #include <cassert> -#include <cstdint> #define ARRAY_COUNT(x) (sizeof(x) / sizeof(x[0])) |
