test: cleanup include directives

This commit is contained in:
Michele Caini
2022-11-10 15:56:17 +01:00
parent 93651e46f5
commit 9c3d756692
3 changed files with 0 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
#ifndef ENTT_LIB_DISPATCHER_TYPES_H
#define ENTT_LIB_DISPATCHER_TYPES_H
#include <entt/core/attribute.h>
struct message {
int payload;
};

View File

@@ -1,7 +1,6 @@
#ifndef ENTT_LIB_EMITTER_TYPES_H
#define ENTT_LIB_EMITTER_TYPES_H
#include <entt/core/attribute.h>
#include <entt/signal/emitter.hpp>
struct test_emitter

View File

@@ -1,8 +1,6 @@
#ifndef ENTT_LIB_REGISTRY_TYPES_H
#define ENTT_LIB_REGISTRY_TYPES_H
#include <entt/core/attribute.h>
struct position {
int x;
int y;