summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-19 10:11:56 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-19 10:11:56 -0400
commitc50722100c485d2945082d573158a7083efe2f23 (patch)
treeb31ab63a53623069e8d5826f38f9cf895d6813bf /src/spawn.cpp
parentc603681115b6071f241f6931685d36a92b6403f8 (diff)
removed helper.h and helper.cpp, merged into spawn
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp
index 6c524681..64766adf 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -33,7 +33,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <Shellapi.h>
#include <appconfig.h>
#include <windows_error.h>
-#include "helper.h"
#include <QApplication>
#include <QMessageBox>
#include <QtDebug>