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

View File

@@ -1,8 +1,8 @@
#ifndef YAZE_APP_EDITOR_ASSEMBLY_EDITOR_H
#define YAZE_APP_EDITOR_ASSEMBLY_EDITOR_H
#include <ImGuiColorTextEdit/TextEditor.h>
#include <ImGuiFileDialog/ImGuiFileDialog.h>
#include "ImGuiColorTextEdit/TextEditor.h"
#include "ImGuiFileDialog/ImGuiFileDialog.h"
#include <fstream>
#include <istream>
@@ -76,4 +76,4 @@ class AssemblyEditor : public Editor {
} // namespace app
} // namespace yaze
#endif
#endif

View File

@@ -1,9 +1,9 @@
#ifndef YAZE_APP_EDITOR_CODE_MEMORY_EDITOR_H
#define YAZE_APP_EDITOR_CODE_MEMORY_EDITOR_H
#include <imgui/imgui.h>
#include <imgui/misc/cpp/imgui_stdlib.h>
#include <imgui_memory_editor.h>
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
#include "imgui_memory_editor.h"
#include "absl/status/status.h"
#include "app/core/common.h"
@@ -85,4 +85,4 @@ struct MemoryEditorWithDiffChecker : public SharedRom {
} // namespace app
} // namespace yaze
#endif // YAZE_APP_EDITOR_CODE_MEMORY_EDITOR_H
#endif // YAZE_APP_EDITOR_CODE_MEMORY_EDITOR_H