diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-21 15:00:56 -0500 |
commit | b7c28c4be76f19d3515ede426ae874390523457f (patch) | |
tree | 204cd4356351b7033b46da40f63f62bb69b9179c /src/list_menu.c | |
parent | 69d8833b31519208f04444d3393b68a393163aa3 (diff) |
Remove redundant include lines
Diffstat (limited to 'src/list_menu.c')
-rw-r--r-- | src/list_menu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/list_menu.c b/src/list_menu.c index 706c1679b..bd1d2699e 100644 --- a/src/list_menu.c +++ b/src/list_menu.c @@ -8,9 +8,7 @@ #include "main.h" #include "task.h" #include "graphics.h" -#include "decompress.h" #include "palette.h" -#include "malloc.h" #include "strings.h" #include "sound.h" #include "pokemon_icon.h" |