瀏覽代碼

testbed: cleanup

skypjack 9 月之前
父節點
當前提交
42f4d28715
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      testbed/meta/meta.cpp

+ 0 - 3
testbed/meta/meta.cpp

@@ -2,15 +2,12 @@
 #include <component/position_component.h>
 #include <component/rect_component.h>
 #include <component/renderable_component.h>
-#include <entt/core/hashed_string.hpp>
 #include <entt/meta/factory.hpp>
 #include <meta/meta.h>
 
 namespace testbed {
 
 void meta_setup() {
-    using namespace entt::literals;
-
     entt::meta_factory<input_listener_component>()
         .type("input listener")
         .data<&input_listener_component::command>("command");