summaryrefslogtreecommitdiff
path: root/src/shared
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/shared
parent530bade5f71806a7ffd317a6ba2b5cdccb1cc69c (diff)
parentca9c953d6a1ae654af48e91b393d1a1a52e3bd44 (diff)
Merge pull request #1061 from isanae/new-cmakefiles
New cmakefiles
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/directoryentry.cpp2
-rw-r--r--src/shared/util.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp
index 639392d2..43408dcf 100644
--- a/src/shared/directoryentry.cpp
+++ b/src/shared/directoryentry.cpp
@@ -21,7 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "originconnection.h"
#include "filesorigin.h"
#include "fileentry.h"
-#include "envfs.h"
+#include "../envfs.h"
#include "util.h"
#include "windows_error.h"
#include <log.h>
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 <http://www.gnu.org/licenses/>.
#include "util.h"
#include "windows_error.h"
-#include "mainwindow.h"
-#include "env.h"
+#include "../mainwindow.h"
+#include "../env.h"
#include <log.h>
#include <usvfs.h>
#include <usvfs_version.h>