summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-23 21:00:00 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-23 21:00:00 -0400
commitbbfec30539b31a2b8faa0df79435db94cefee8fe (patch)
tree58a6b7f8f0325665b0f3e93f2bfecdbe6beeb536 /src/spawn.cpp
parent530bade5f71806a7ffd317a6ba2b5cdccb1cc69c (diff)
now using new common cmakefiles
fixed includes because shared/ isn't in the path anymore removed unused modeltest files
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
#include <log.h>
#include <usvfs.h>
#include <Shellapi.h>
-#include <appconfig.h>
-#include <windows_error.h>
+#include "shared/appconfig.h"
+#include "shared/windows_error.h"
#include <QApplication>
#include <QMessageBox>
#include <QtDebug>