From bbfec30539b31a2b8faa0df79435db94cefee8fe Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Thu, 23 Apr 2020 21:00:00 -0400
Subject: now using new common cmakefiles fixed includes because shared/ isn't
in the path anymore removed unused modeltest files
---
src/spawn.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/spawn.cpp')
diff --git a/src/spawn.cpp b/src/spawn.cpp
index df6fa379..2016bb23 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -32,8 +32,8 @@ along with Mod Organizer. If not, see .
#include
#include
#include
-#include
-#include
+#include "shared/appconfig.h"
+#include "shared/windows_error.h"
#include
#include
#include
--
cgit v1.3.1