[Code] Cleanup Strings Header (#4950)

* [Code] Cleanup Strings Header

* Include optimize
This commit is contained in:
Chris Miles
2025-06-22 13:52:13 -05:00
committed by GitHub
parent f0c041e8b3
commit 5ac9dd04e4
9 changed files with 204 additions and 221 deletions
+1
View File
@@ -6,6 +6,7 @@
#include "../common/data_verification.h"
#include <numbers>
#include "../common/types.h"
#include <fmt/format.h>
constexpr float position_eps = 0.0001f;