diff options
author | Egor Ananyin <ananinegor@gmail.com> | 2020-05-23 09:22:31 +0300 |
---|---|---|
committer | Egor Ananyin <ananinegor@gmail.com> | 2020-05-23 09:22:31 +0300 |
commit | 936ea8a0134ed8095f9496ebe1571866509530d7 (patch) | |
tree | 2f30c7bd3c7300bba75a1738b08faa16de57cea2 /arm9/lib/include/math.h | |
parent | a43d02ff7a3f9ed0da04d12ca2973a3372d14344 (diff) |
Rename header files to avoid confusion
Diffstat (limited to 'arm9/lib/include/math.h')
-rw-r--r-- | arm9/lib/include/math.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arm9/lib/include/math.h b/arm9/lib/include/math.h index 80d7cc26..085aa24f 100644 --- a/arm9/lib/include/math.h +++ b/arm9/lib/include/math.h @@ -1,7 +1,8 @@ -#ifndef GUARD_LIBMATH_H -#define GUARD_LIBMATH_H +#ifndef GUARD_MATH_H +#define GUARD_MATH_H -#include "MATH.h" +#include "dgt.h" +#include "MATH_pop.h" #include "MATH_crc.h" #include "MATH_dgt.h" |