diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 17:03:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 17:03:26 -0400 |
commit | ea207f6334676be3abb6a8b03065364fa0027ee1 (patch) | |
tree | 2558372965fde4dde30b6ff385f9c4c8184ba448 /src/field_weather_effects.c | |
parent | 5f00cffaac2fb9f0da71e9327e821d60057ca220 (diff) |
Clean up includes
Diffstat (limited to 'src/field_weather_effects.c')
-rw-r--r-- | src/field_weather_effects.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/field_weather_effects.c b/src/field_weather_effects.c index e6f4bfacf..2acf19a5f 100644 --- a/src/field_weather_effects.c +++ b/src/field_weather_effects.c @@ -4,7 +4,6 @@ #include "event_object_movement.h" #include "field_weather.h" #include "field_weather_effects.h" -#include "overworld.h" #include "random.h" #include "script.h" #include "constants/weather.h" |