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/shop.c | |
parent | 69d8833b31519208f04444d3393b68a393163aa3 (diff) |
Remove redundant include lines
Diffstat (limited to 'src/shop.c')
-rw-r--r-- | src/shop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shop.c b/src/shop.c index 97061f8c0..efbbbd979 100644 --- a/src/shop.c +++ b/src/shop.c @@ -10,7 +10,6 @@ #include "window.h" #include "field_specials.h" #include "field_weather.h" -#include "field_camera.h" #include "task.h" #include "text.h" #include "item.h" @@ -19,7 +18,6 @@ #include "sound.h" #include "string_util.h" #include "overworld.h" -#include "window.h" #include "palette.h" #include "field_fadetransition.h" #include "scanline_effect.h" |