From 1635585e685e15bc2ffcbc15a6c1492e042cacf4 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 15 Oct 2020 02:59:48 -0300 Subject: [PATCH] Removed duplicate inclusion of battle_config.h ## Description I think the title is self-explanatory, but the header file that is `include/constants/battle_config.h` is included twice unnecessarily. ## **Discord contact info** Lunos#4026 As usual, if there's anything wrong please let me know. --- src/battle_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/battle_util.c b/src/battle_util.c index 5cabacb69..c31c2c9d9 100644 --- a/src/battle_util.c +++ b/src/battle_util.c @@ -19,7 +19,6 @@ #include "berry.h" #include "pokedex.h" #include "mail.h" -#include "constants/battle_config.h" #include "field_weather.h" #include "constants/abilities.h" #include "constants/battle_anim.h"