Remove unused includes and clean up header files

This commit is contained in:
scawful
2025-01-16 03:44:37 -05:00
parent d9cc92edca
commit c8883a1e54
30 changed files with 21 additions and 120 deletions

View File

@@ -1,7 +1,5 @@
#include "popup_manager.h"
#include "imgui/imgui.h"
namespace yaze {
namespace editor {
@@ -11,8 +9,5 @@ PopupManager::PopupManager() {
PopupManager::~PopupManager() {
}
} // namespace editor
} // namespace yaze