diff --git a/soh/soh/Enhancements/debugconsole.cpp b/soh/soh/Enhancements/debugconsole.cpp index 1b892be74..e96942893 100644 --- a/soh/soh/Enhancements/debugconsole.cpp +++ b/soh/soh/Enhancements/debugconsole.cpp @@ -3,7 +3,7 @@ #endif #include "debugconsole.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "savestates.h" #include diff --git a/soh/soh/Enhancements/debugger/actorViewer.cpp b/soh/soh/Enhancements/debugger/actorViewer.cpp index a3294797b..33bc532a0 100644 --- a/soh/soh/Enhancements/debugger/actorViewer.cpp +++ b/soh/soh/Enhancements/debugger/actorViewer.cpp @@ -1,6 +1,6 @@ #include "actorViewer.h" #include "../../util.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "ImGuiHelpers.h" #include diff --git a/soh/soh/Enhancements/debugger/colViewer.cpp b/soh/soh/Enhancements/debugger/colViewer.cpp index 1a7c60ba8..cdf1a0e80 100644 --- a/soh/soh/Enhancements/debugger/colViewer.cpp +++ b/soh/soh/Enhancements/debugger/colViewer.cpp @@ -1,5 +1,5 @@ #include "colViewer.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "ImGuiHelpers.h" #include "../../frame_interpolation.h" diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp index d243ce49a..bb6c15f20 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp @@ -1,6 +1,6 @@ #include "debugSaveEditor.h" #include "../../util.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "ImGuiHelpers.h" #include diff --git a/soh/soh/Enhancements/savestates.cpp b/soh/soh/Enhancements/savestates.cpp index 19ea22f86..6c4d3c16e 100644 --- a/soh/soh/Enhancements/savestates.cpp +++ b/soh/soh/Enhancements/savestates.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include "z64.h" #include "z64save.h"