diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:06:38 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:06:38 -0500 |
commit | 41eb2ed59e3a54819ccf7ef6dbdcde3215331a3f (patch) | |
tree | 62d368f42e177673f4bb99beb7f571f231142ea7 /src/region_map.c | |
parent | da04898840083653835db7ca997b6d57f1d3c353 (diff) | |
parent | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff) |
Merge branch 'master' into coins
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" |