summaryrefslogtreecommitdiff
path: root/include/JSystem/JMath
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/JMath')
-rw-r--r--include/JSystem/JMath/JMATrigonometric.h2
-rw-r--r--include/JSystem/JMath/JMath.h3
-rw-r--r--include/JSystem/JMath/random.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/include/JSystem/JMath/JMATrigonometric.h b/include/JSystem/JMath/JMATrigonometric.h
index 2b162c56..2111fabb 100644
--- a/include/JSystem/JMath/JMATrigonometric.h
+++ b/include/JSystem/JMath/JMATrigonometric.h
@@ -1,7 +1,7 @@
#ifndef JMATRIGONOMETRIC_H
#define JMATRIGONOMETRIC_H
-#include "dolphin/types.h"
+#include "common.h"
#include "utility.h"
template<typename T>
diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h
index eb7932e8..343571b8 100644
--- a/include/JSystem/JMath/JMath.h
+++ b/include/JSystem/JMath/JMath.h
@@ -1,7 +1,8 @@
#ifndef JMATH_H
#define JMATH_H
-#include "dolphin/mtx.h"
+#include "common.h"
+#include "rvl/MTX.h"
#include "math.h"
void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32);
diff --git a/include/JSystem/JMath/random.h b/include/JSystem/JMath/random.h
index cfb8ecc1..5eb9c355 100644
--- a/include/JSystem/JMath/random.h
+++ b/include/JSystem/JMath/random.h
@@ -1,7 +1,7 @@
#ifndef RANDOM_H
#define RANDOM_H
-#include "dolphin/types.h"
+#include "common.h"
namespace JMath {