summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-26 02:54:00 -0400
committerGitHub <noreply@github.com>2020-04-26 02:54:00 -0400
commit9945beabf160c68852a8bdac07de255f04fd6886 (patch)
tree3f8bcab42ae489e685a3fb8d1f1f3b1bae814218 /src/main.cpp
parent530bade5f71806a7ffd317a6ba2b5cdccb1cc69c (diff)
parentca9c953d6a1ae654af48e91b393d1a1a52e3bd44 (diff)
Merge pull request #1061 from isanae/new-cmakefiles
New cmakefiles
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index eda31eb4..c7a2834c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,7 +27,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <windows.h>
#include <DbgHelp.h>
-#include <appconfig.h>
+#include "shared/appconfig.h"
#include <utility.h>
#include <scopeguard.h>
#include "mainwindow.h"
@@ -48,10 +48,10 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "organizercore.h"
#include "env.h"
#include "envmodule.h"
-#include "util.h"
+#include "shared/util.h"
#include <eh.h>
-#include <windows_error.h>
+#include "shared/windows_error.h"
#include <usvfs.h>
#include <log.h>