test: cleanup include directives
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user