Refactor code to remove unused headers and unnecessary includes

This commit is contained in:
scawful
2024-09-25 00:37:23 -04:00
parent 0e32fe89e1
commit c31f3b81be
5 changed files with 35 additions and 25 deletions

View File

@@ -8,7 +8,6 @@ namespace app {
namespace editor {
using ImGui::BeginChild;
using ImGui::BeginGroup;
using ImGui::Button;
using ImGui::Checkbox;
using ImGui::EndChild;