فهرست منبع

stl: minor changes

skypjack 3 روز پیش
والد
کامیت
e7be9a94e8
2فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 1 2
      src/entt/stl/tuple.hpp
  2. 1 2
      src/entt/stl/vector.hpp

+ 1 - 2
src/entt/stl/tuple.hpp

@@ -1,9 +1,8 @@
 #ifndef ENTT_STL_TUPLE_HPP
 #define ENTT_STL_TUPLE_HPP
 
-#include "../config/config.h"
-
 #include <tuple>
+#include "../config/config.h"
 
 /*! @cond ENTT_INTERNAL */
 namespace entt::stl {

+ 1 - 2
src/entt/stl/vector.hpp

@@ -1,9 +1,8 @@
 #ifndef ENTT_STL_VECTOR_HPP
 #define ENTT_STL_VECTOR_HPP
 
-#include "../config/config.h"
-
 #include <vector>
+#include "../config/config.h"
 
 /*! @cond ENTT_INTERNAL */
 namespace entt::stl {