summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp
index 3b00e2b3..aad1e1cc 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -23,19 +23,18 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "envmodule.h"
#include "envsecurity.h"
#include "envwindows.h"
-#include "report.h"
#include "settings.h"
#include "settingsdialogworkarounds.h"
#include "shared/appconfig.h"
#include "shared/windows_error.h"
-#include "utility.h"
#include <QApplication>
#include <QMessageBox>
#include <QtDebug>
#include <Shellapi.h>
-#include <errorcodes.h>
-#include <log.h>
-#include <report.h>
+#include <uibase/errorcodes.h>
+#include <uibase/log.h>
+#include <uibase/report.h>
+#include <uibase/utility.h>
#include <usvfs/usvfs.h>
using namespace MOBase;