From e7be9a94e845fcf6d2ca55489d7e8b3747decd6d Mon Sep 17 00:00:00 2001 From: skypjack Date: Mon, 30 Mar 2026 20:00:51 +0200 Subject: [PATCH] stl: minor changes --- src/entt/stl/tuple.hpp | 3 +-- src/entt/stl/vector.hpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 {