From 9c3d756692f6a3a80cd6bec832eee164a5fb8cf7 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 10 Nov 2022 15:56:17 +0100 Subject: [PATCH] test: cleanup include directives --- test/lib/dispatcher/types.h | 2 -- test/lib/emitter/types.h | 1 - test/lib/registry/types.h | 2 -- 3 files changed, 5 deletions(-) diff --git a/test/lib/dispatcher/types.h b/test/lib/dispatcher/types.h index 59891b173..0ad39c33c 100644 --- a/test/lib/dispatcher/types.h +++ b/test/lib/dispatcher/types.h @@ -1,8 +1,6 @@ #ifndef ENTT_LIB_DISPATCHER_TYPES_H #define ENTT_LIB_DISPATCHER_TYPES_H -#include - struct message { int payload; }; diff --git a/test/lib/emitter/types.h b/test/lib/emitter/types.h index 2ddb1cfd6..465b04b73 100644 --- a/test/lib/emitter/types.h +++ b/test/lib/emitter/types.h @@ -1,7 +1,6 @@ #ifndef ENTT_LIB_EMITTER_TYPES_H #define ENTT_LIB_EMITTER_TYPES_H -#include #include struct test_emitter diff --git a/test/lib/registry/types.h b/test/lib/registry/types.h index f3fa479dd..5fee0263d 100644 --- a/test/lib/registry/types.h +++ b/test/lib/registry/types.h @@ -1,8 +1,6 @@ #ifndef ENTT_LIB_REGISTRY_TYPES_H #define ENTT_LIB_REGISTRY_TYPES_H -#include - struct position { int x; int y;