瀏覽代碼

meta: cleanup

skypjack 3 月之前
父節點
當前提交
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 {