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.
This commit is contained in:
LOuroboros 2020-10-15 02:59:48 -03:00 committed by GitHub
parent 00fade28c0
commit 1635585e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"