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/profile.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'src/profile.cpp')
diff --git a/src/profile.cpp b/src/profile.cpp
index cb99e586..c1e30c22 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -22,14 +22,14 @@ along with Mod Organizer. If not, see .
#include "modinfo.h"
#include "settings.h"
#include
-#include
-#include "appconfig.h"
+#include "shared/error_report.h"
+#include "shared/appconfig.h"
#include
#include
#include
#include
#include
-#include "util.h"
+#include "shared/util.h"
#include "registry.h"
#include "modinfoforeign.h"
#include
--
cgit v1.3.1