diff --git a/src/Battling/EventHooks/StatusChangeEvent.hpp b/src/Battling/EventHooks/StatusChangeEvent.hpp index c989cc9..0b7b37c 100644 --- a/src/Battling/EventHooks/StatusChangeEvent.hpp +++ b/src/Battling/EventHooks/StatusChangeEvent.hpp @@ -2,7 +2,7 @@ #define PKMNLIB_STATUSCHANGEEVENT_HPP #include -#include +#include #include "../Pokemon/Pokemon.hpp" #include "PkmnEventKind.hpp" diff --git a/src/Battling/EventHooks/WeatherChangeEvent.hpp b/src/Battling/EventHooks/WeatherChangeEvent.hpp index b1528b5..70d546d 100644 --- a/src/Battling/EventHooks/WeatherChangeEvent.hpp +++ b/src/Battling/EventHooks/WeatherChangeEvent.hpp @@ -1,7 +1,7 @@ #ifndef PKMNLIB_WEATHERCHANGEEVENT_HPP #define PKMNLIB_WEATHERCHANGEEVENT_HPP #include -#include +#include #include "PkmnEventKind.hpp" namespace PkmnLib::Battling {