diff --git a/OTRExporter/DisplayListExporter.cpp b/OTRExporter/DisplayListExporter.cpp index f35464a..1c7cf5a 100644 --- a/OTRExporter/DisplayListExporter.cpp +++ b/OTRExporter/DisplayListExporter.cpp @@ -3,7 +3,7 @@ #include "../ZAPD/ZFile.h" #include #include -#include "StrHash64/StrHash64.h" +#include #include "spdlog/spdlog.h" #include #include diff --git a/OTRExporter/ExporterArchive.cpp b/OTRExporter/ExporterArchive.cpp index 6b65b39..a5d5c50 100644 --- a/OTRExporter/ExporterArchive.cpp +++ b/OTRExporter/ExporterArchive.cpp @@ -1,6 +1,6 @@ #include "ExporterArchive.h" #include "Utils/StringHelper.h" -#include +#include #include ExporterArchive::ExporterArchive(const std::string& path, bool enableWriting) : mPath(path) {