diff options
Diffstat (limited to 'src/spawn.cpp')
| -rw-r--r-- | src/spawn.cpp | 4 |
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>
|
