diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 10:04:35 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 10:04:35 -0400 |
commit | 1fe92db5c3fef98e7f1d51f73b65ad83b6178734 (patch) | |
tree | f640337a70ca7706f34286683d896861d3773ea6 /arm9/lib/src/OS_system.c | |
parent | a222e198bbdaef7de3931299adc1166dad205428 (diff) | |
parent | 7bd2d6636ba5a34fb0ae984f377f690d51ba97f0 (diff) |
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/src/OS_system.c')
-rw-r--r-- | arm9/lib/src/OS_system.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_system.c b/arm9/lib/src/OS_system.c index c2b08681..e5dfcb47 100644 --- a/arm9/lib/src/OS_system.c +++ b/arm9/lib/src/OS_system.c @@ -2,7 +2,6 @@ // Created by mart on 4/23/20. // -#include "function_target.h" #include "OS_system.h" ARM_FUNC asm OSIntrMode OS_EnableInterrupts() { |