standardize imgui headers as user instead of system

This commit is contained in:
scawful
2024-07-30 23:33:12 -04:00
parent 95ba7630b8
commit 7c708519ac
55 changed files with 122 additions and 117 deletions

View File

@@ -1,6 +1,6 @@
#include "assembly_editor.h"
#include <ImGuiColorTextEdit/TextEditor.h>
#include "ImGuiColorTextEdit/TextEditor.h"
#include "app/core/platform/file_dialog.h"
#include "app/gui/icons.h"
@@ -364,4 +364,4 @@ absl::Status AssemblyEditor::Update() { return absl::OkStatus(); }
} // namespace editor
} // namespace app
} // namespace yaze
} // namespace yaze