From bb46241f98488aab7efab30ec99323a74b0a74ac Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 19 Sep 2024 09:10:24 +0800 Subject: [PATCH] refactor: native types --- thermion_dart/native/include/Gizmo.hpp | 1 - thermion_dart/native/include/GridOverlay.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/thermion_dart/native/include/Gizmo.hpp b/thermion_dart/native/include/Gizmo.hpp index 5aef1e70..1358106b 100644 --- a/thermion_dart/native/include/Gizmo.hpp +++ b/thermion_dart/native/include/Gizmo.hpp @@ -19,7 +19,6 @@ #include "material/gizmo.h" -#include "Aabb2.h" #include "ThermionDartApi.h" namespace thermion_filament { diff --git a/thermion_dart/native/include/GridOverlay.hpp b/thermion_dart/native/include/GridOverlay.hpp index faf1ef6b..f4009bcd 100644 --- a/thermion_dart/native/include/GridOverlay.hpp +++ b/thermion_dart/native/include/GridOverlay.hpp @@ -21,7 +21,6 @@ #include "material/gizmo.h" -#include "Aabb2.h" namespace thermion_filament {