summaryrefslogtreecommitdiff
path: root/src/JSystem/JMath/JMATrigonometric.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-12-23 10:20:32 -0800
committerGitHub <noreply@github.com>2025-12-23 10:20:32 -0800
commitc9d0c58ffe107550835987fc37504839e9d98f05 (patch)
treea47ce1c7de0bd2a5663a3a4dc8f2de8ec556ec90 /src/JSystem/JMath/JMATrigonometric.cpp
parentce895330ed994de32f55a17a3d2dc5dbbb2ccb9b (diff)
MSL_C header cleanup (#2988)
* msl_c header cleanup * math header cleanup * fix rest of shieldD configs * cleanup cflag configs a bit * fix shield build
Diffstat (limited to 'src/JSystem/JMath/JMATrigonometric.cpp')
-rw-r--r--src/JSystem/JMath/JMATrigonometric.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JMath/JMATrigonometric.cpp b/src/JSystem/JMath/JMATrigonometric.cpp
index e037400994..605353736d 100644
--- a/src/JSystem/JMath/JMATrigonometric.cpp
+++ b/src/JSystem/JMath/JMATrigonometric.cpp
@@ -2,7 +2,7 @@
// don't include header until this "zero" mess is figured out
// #include "JSystem/JMath/JMATrigonometric.h"
-#include "math.h"
+#include <math.h>
#include "global.h"
static f32 dummy() {