Browse Source

test: drop unused header

Michele Caini 2 years ago
parent
commit
2e375a4482
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/entt/common/non_default_constructible.h

+ 0 - 2
test/entt/common/non_default_constructible.h

@@ -1,8 +1,6 @@
 #ifndef ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP
 #ifndef ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP
 #define ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP
 #define ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP
 
 
-#include <type_traits>
-
 namespace test {
 namespace test {
 
 
 struct non_default_constructible {
 struct non_default_constructible {