diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:08:34 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:08:34 -0500 |
commit | b9d08ed83b13c875610bd80f17e7275252785654 (patch) | |
tree | bdfeaca488e96009ef7fd18037717d0ec749c9b5 /src/region_map.c | |
parent | 772da493f9ea0dcd8838dd927f1b70ff63228c21 (diff) | |
parent | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff) |
Merge branch 'master' into unk_81BAD84
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/region_map.c b/src/region_map.c index da96475c0..8c8f64df9 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -1,7 +1,6 @@ - -// Includes #include "global.h" #include "main.h" +#include "text.h" #include "menu.h" #include "malloc.h" #include "gpu_regs.h" @@ -17,7 +16,6 @@ #include "string_util.h" #include "international_string_util.h" #include "strings.h" -#include "text.h" #include "text_window.h" #include "songs.h" #include "m4a.h" |