skypjack 1 месяц назад
Родитель
Сommit
f0d2f0a415
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      src/entt/meta/node.hpp

+ 1 - 4
src/entt/meta/node.hpp

@@ -16,14 +16,11 @@
 #include "../core/type_traits.hpp"
 #include "../core/utility.hpp"
 #include "context.hpp"
+#include "fwd.hpp"
 #include "type_traits.hpp"
 
 namespace entt {
 
-class meta_any;
-class meta_type;
-class meta_handle;
-
 /*! @cond TURN_OFF_DOXYGEN */
 namespace internal {