Просмотр исходного кода

test: cleanup include directives

Michele Caini 3 лет назад
Родитель
Сommit
9c3d756692
3 измененных файлов с 0 добавлено и 5 удалено
  1. 0 2
      test/lib/dispatcher/types.h
  2. 0 1
      test/lib/emitter/types.h
  3. 0 2
      test/lib/registry/types.h

+ 0 - 2
test/lib/dispatcher/types.h

@@ -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;
 };

+ 0 - 1
test/lib/emitter/types.h

@@ -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

+ 0 - 2
test/lib/registry/types.h

@@ -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;