summaryrefslogtreecommitdiff
path: root/src/JSystem/JMath/JMath.cpp
diff options
context:
space:
mode:
authorTakaRikka <takarikka@outlook.com>2023-12-27 21:07:21 -0800
committerTakaRikka <takarikka@outlook.com>2023-12-27 21:07:21 -0800
commit5773ee904cc2e3a4ead5b88c9d1523b8d56b19a0 (patch)
tree6be2c29a124669752789229443e372da25ca2bbe /src/JSystem/JMath/JMath.cpp
parentf0958eab1096bcde7642a6f0a7ca2d316ec4631b (diff)
reorganize MSL_C/Runtime files. wip, notmatching
Diffstat (limited to 'src/JSystem/JMath/JMath.cpp')
-rw-r--r--src/JSystem/JMath/JMath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JMath/JMath.cpp b/src/JSystem/JMath/JMath.cpp
index 4b96227c..7c4fcb37 100644
--- a/src/JSystem/JMath/JMath.cpp
+++ b/src/JSystem/JMath/JMath.cpp
@@ -5,7 +5,7 @@
#include "JSystem/JMath/JMath.h"
#include "JSystem/JMath/JMATrigonometric.h"
-#include "MSL_C/math.h"
+#include "math.h"
#include "dolphin/types.h"
u16 jmaSinTableSize;