Michele Caini 6 years ago
parent
commit
17b5d732e4
3 changed files with 0 additions and 7 deletions
  1. 0 1
      src/entt/entity/fwd.hpp
  2. 0 3
      src/entt/resource/fwd.hpp
  3. 0 3
      src/entt/signal/fwd.hpp

+ 0 - 1
src/entt/entity/fwd.hpp

@@ -2,7 +2,6 @@
 #define ENTT_ENTITY_FWD_HPP
 
 
-#include <cstdint>
 #include "../config/config.h"
 #include "../core/type_traits.hpp"
 

+ 0 - 3
src/entt/resource/fwd.hpp

@@ -2,9 +2,6 @@
 #define ENTT_RESOURCE_FWD_HPP
 
 
-#include "../config/config.h"
-
-
 namespace entt {
 
 

+ 0 - 3
src/entt/signal/fwd.hpp

@@ -2,9 +2,6 @@
 #define ENTT_SIGNAL_FWD_HPP
 
 
-#include "../config/config.h"
-
-
 namespace entt {