summaryrefslogtreecommitdiff
path: root/ZAPD/OtherStructs
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/OtherStructs')
-rw-r--r--ZAPD/OtherStructs/CutsceneMM_Commands.cpp2
-rw-r--r--ZAPD/OtherStructs/CutsceneOoT_Commands.cpp2
-rw-r--r--ZAPD/OtherStructs/Cutscene_Common.cpp2
-rw-r--r--ZAPD/OtherStructs/SkinLimbStructs.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/ZAPD/OtherStructs/CutsceneMM_Commands.cpp b/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
index 401e7d6..79e456a 100644
--- a/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
+++ b/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
@@ -3,7 +3,7 @@
#include <unordered_map>
#include "Globals.h"
#include "Utils/BitConverter.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
#include "WarningHandler.h"
/**** GENERIC ****/
diff --git a/ZAPD/OtherStructs/CutsceneOoT_Commands.cpp b/ZAPD/OtherStructs/CutsceneOoT_Commands.cpp
index f057739..40c969d 100644
--- a/ZAPD/OtherStructs/CutsceneOoT_Commands.cpp
+++ b/ZAPD/OtherStructs/CutsceneOoT_Commands.cpp
@@ -4,7 +4,7 @@
#include <unordered_map>
#include "Globals.h"
#include "Utils/BitConverter.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
/**** GENERIC ****/
diff --git a/ZAPD/OtherStructs/Cutscene_Common.cpp b/ZAPD/OtherStructs/Cutscene_Common.cpp
index a5ea609..3e569cb 100644
--- a/ZAPD/OtherStructs/Cutscene_Common.cpp
+++ b/ZAPD/OtherStructs/Cutscene_Common.cpp
@@ -1,6 +1,6 @@
#include "Cutscene_Common.h"
#include "Utils/BitConverter.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
/* CutsceneSubCommandEntry */
diff --git a/ZAPD/OtherStructs/SkinLimbStructs.cpp b/ZAPD/OtherStructs/SkinLimbStructs.cpp
index 430cc66..2fff0ca 100644
--- a/ZAPD/OtherStructs/SkinLimbStructs.cpp
+++ b/ZAPD/OtherStructs/SkinLimbStructs.cpp
@@ -2,7 +2,7 @@
#include "Globals.h"
#include "Utils/BitConverter.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
#include "ZDisplayList.h"
#include "ZFile.h"