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/shared/util.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/shared/util.cpp')
diff --git a/src/shared/util.cpp b/src/shared/util.cpp
index 483b36a9..ba500da9 100644
--- a/src/shared/util.cpp
+++ b/src/shared/util.cpp
@@ -19,8 +19,8 @@ along with Mod Organizer. If not, see .
#include "util.h"
#include "windows_error.h"
-#include "mainwindow.h"
-#include "env.h"
+#include "../mainwindow.h"
+#include "../env.h"
#include
#include
#include
--
cgit v1.3.1