diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-26 07:39:35 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-26 07:39:35 +0000 |
| commit | 82e6c98043bd18f5329e8b6d0a6f99c4d28cc0a2 (patch) | |
| tree | b0c18c1782b5d26ac9282cd11cc2f16df5f6b0f5 /src/settingsdialog.cpp | |
| parent | 29dadf52f1c217ddee7ef9e0873cb4e12797318b (diff) | |
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load of gameinfo.h includes
Diffstat (limited to 'src/settingsdialog.cpp')
| -rw-r--r-- | src/settingsdialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index 36e177ab..c7f15dc9 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -24,19 +24,18 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "helper.h" #include "noeditdelegate.h" #include "iplugingame.h" -#include <gameinfo.h> #include "settings.h" #include <QDirIterator> #include <QFileDialog> #include <QMessageBox> #include <QShortcut> + #define WIN32_LEAN_AND_MEAN #include <Windows.h> using namespace MOBase; -using namespace MOShared; SettingsDialog::SettingsDialog(QWidget *parent) |
