From 2e375a4482e10b3a77715d2db9092cfcd9f74248 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 1 Nov 2023 22:51:07 +0100 Subject: [PATCH] test: drop unused header --- test/entt/common/non_default_constructible.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/entt/common/non_default_constructible.h b/test/entt/common/non_default_constructible.h index 0c08298cd..2cb9e300f 100644 --- a/test/entt/common/non_default_constructible.h +++ b/test/entt/common/non_default_constructible.h @@ -1,8 +1,6 @@ #ifndef ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP #define ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP -#include - namespace test { struct non_default_constructible {