diff options
Diffstat (limited to 'src/field_screen_effect.c')
-rw-r--r-- | src/field_screen_effect.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/field_screen_effect.c b/src/field_screen_effect.c index 22043ed2d..a926e5937 100644 --- a/src/field_screen_effect.c +++ b/src/field_screen_effect.c @@ -1,13 +1,11 @@ #include "global.h" +#include "gflib.h" #include "field_screen_effect.h" -#include "gpu_regs.h" #include "overworld.h" #include "scanline_effect.h" #include "script.h" #include "task.h" -#include "window.h" #include "strings.h" -#include "string_util.h" #include "menu.h" #include "heal_location.h" #include "new_menu_helpers.h" |