diff options
author | chai <chaifix@163.com> | 2020-11-13 19:18:49 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-11-13 19:18:49 +0800 |
commit | 6f326b50d86fab5955a37fe317f14888662b055a (patch) | |
tree | 0b4853085d92c2e7ae10917c466cde4f68f21a2b /Runtime/Math/FloatConversion.h | |
parent | 59e6235113a4d933811aa2cf6fdc8282ce394b9d (diff) |
+misc
Diffstat (limited to 'Runtime/Math/FloatConversion.h')
-rw-r--r-- | Runtime/Math/FloatConversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Math/FloatConversion.h b/Runtime/Math/FloatConversion.h index 4077415..e5c0f23 100644 --- a/Runtime/Math/FloatConversion.h +++ b/Runtime/Math/FloatConversion.h @@ -6,8 +6,8 @@ #include <limits> #include <math.h> -#include "../../Runtime/Utilities/Type.h" -#include "../../Runtime/Utilities/Assert.h" +#include "Runtime/Utilities/Type.h" +#include "Runtime/Utilities/Assert.h" #if defined(SN_TARGET_PS3) # include <ppu_intrinsics.h> |