skypjack 2 месяцев назад
Родитель
Сommit
d6f4c97172
3 измененных файлов с 0 добавлено и 6 удалено
  1. 0 4
      test/entt/core/bit.cpp
  2. 0 1
      test/entt/meta/meta_data.cpp
  3. 0 1
      test/entt/meta/meta_factory.cpp

+ 0 - 4
test/entt/core/bit.cpp

@@ -1,9 +1,5 @@
-#include <cmath>
-#include <cstddef>
-#include <limits>
 #include <gtest/gtest.h>
 #include <gtest/gtest.h>
 #include <entt/core/bit.hpp>
 #include <entt/core/bit.hpp>
-#include "../../common/config.h"
 
 
 TEST(Bit, FastMod) {
 TEST(Bit, FastMod) {
     // constexpr-ness guaranteed
     // constexpr-ness guaranteed

+ 0 - 1
test/entt/meta/meta_data.cpp

@@ -1,4 +1,3 @@
-#include <cstdlib>
 #include <string>
 #include <string>
 #include <string_view>
 #include <string_view>
 #include <utility>
 #include <utility>

+ 0 - 1
test/entt/meta/meta_factory.cpp

@@ -4,7 +4,6 @@
 #include <utility>
 #include <utility>
 #include <gtest/gtest.h>
 #include <gtest/gtest.h>
 #include <entt/core/type_info.hpp>
 #include <entt/core/type_info.hpp>
-#include <entt/locator/locator.hpp>
 #include <entt/meta/context.hpp>
 #include <entt/meta/context.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/meta.hpp>