diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 10:11:56 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 10:11:56 -0400 |
| commit | c50722100c485d2945082d573158a7083efe2f23 (patch) | |
| tree | b31ab63a53623069e8d5826f38f9cf895d6813bf /src/settingsdialogworkarounds.cpp | |
| parent | c603681115b6071f241f6931685d36a92b6403f8 (diff) | |
removed helper.h and helper.cpp, merged into spawn
Diffstat (limited to 'src/settingsdialogworkarounds.cpp')
| -rw-r--r-- | src/settingsdialogworkarounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsdialogworkarounds.cpp b/src/settingsdialogworkarounds.cpp index f89b021c..ccbfcbfe 100644 --- a/src/settingsdialogworkarounds.cpp +++ b/src/settingsdialogworkarounds.cpp @@ -1,6 +1,6 @@ #include "settingsdialogworkarounds.h" #include "ui_settingsdialog.h" -#include "helper.h" +#include "spawn.h" #include <iplugingame.h> WorkaroundsSettingsTab::WorkaroundsSettingsTab(Settings& s, SettingsDialog& d) |
