diff --git a/src/entt/stl/tuple.hpp b/src/entt/stl/tuple.hpp index ef57f26d0..3b660b675 100644 --- a/src/entt/stl/tuple.hpp +++ b/src/entt/stl/tuple.hpp @@ -1,9 +1,8 @@ #ifndef ENTT_STL_TUPLE_HPP #define ENTT_STL_TUPLE_HPP -#include "../config/config.h" - #include +#include "../config/config.h" /*! @cond ENTT_INTERNAL */ namespace entt::stl { diff --git a/src/entt/stl/vector.hpp b/src/entt/stl/vector.hpp index 4d942d47f..3cd3f2128 100644 --- a/src/entt/stl/vector.hpp +++ b/src/entt/stl/vector.hpp @@ -1,9 +1,8 @@ #ifndef ENTT_STL_VECTOR_HPP #define ENTT_STL_VECTOR_HPP -#include "../config/config.h" - #include +#include "../config/config.h" /*! @cond ENTT_INTERNAL */ namespace entt::stl {