diff --git a/apps/launcher/advancedpage.cpp b/apps/launcher/advancedpage.cpp index 91e3842fa..4ba732234 100644 --- a/apps/launcher/advancedpage.cpp +++ b/apps/launcher/advancedpage.cpp @@ -3,10 +3,8 @@ #include #include -#include #include #include -#include #include #include #include diff --git a/apps/launcher/advancedpage.hpp b/apps/launcher/advancedpage.hpp index a373fae43..93b818dbb 100644 --- a/apps/launcher/advancedpage.hpp +++ b/apps/launcher/advancedpage.hpp @@ -1,7 +1,6 @@ #ifndef ADVANCEDPAGE_H #define ADVANCEDPAGE_H -#include #include #include diff --git a/apps/launcher/datafilespage.cpp b/apps/launcher/datafilespage.cpp index 81544b094..956483a3f 100644 --- a/apps/launcher/datafilespage.cpp +++ b/apps/launcher/datafilespage.cpp @@ -4,7 +4,6 @@ #include #include -#include #include #include #include @@ -14,7 +13,6 @@ #include #include -#include #include #include diff --git a/apps/launcher/datafilespage.hpp b/apps/launcher/datafilespage.hpp index 3d200e6d2..5a7a6dc6e 100644 --- a/apps/launcher/datafilespage.hpp +++ b/apps/launcher/datafilespage.hpp @@ -6,7 +6,6 @@ #include -#include #include class QSortFilterProxyModel; diff --git a/apps/launcher/graphicspage.hpp b/apps/launcher/graphicspage.hpp index 35f711500..7801e6475 100644 --- a/apps/launcher/graphicspage.hpp +++ b/apps/launcher/graphicspage.hpp @@ -1,8 +1,6 @@ #ifndef GRAPHICSPAGE_H #define GRAPHICSPAGE_H -#include - #include "ui_graphicspage.h" #include diff --git a/apps/launcher/main.cpp b/apps/launcher/main.cpp index f15abafce..9c9acb4a1 100644 --- a/apps/launcher/main.cpp +++ b/apps/launcher/main.cpp @@ -1,10 +1,8 @@ #include -#include #include #include #include -#include #ifdef MAC_OS_X_VERSION_MIN_REQUIRED #undef MAC_OS_X_VERSION_MIN_REQUIRED diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index 215258bcd..692415309 100644 --- a/apps/launcher/maindialog.cpp +++ b/apps/launcher/maindialog.cpp @@ -5,15 +5,12 @@ #include #include -#include #include #include #include #include #include -#include - #include "playpage.hpp" #include "graphicspage.hpp" #include "datafilespage.hpp" diff --git a/apps/launcher/maindialog.hpp b/apps/launcher/maindialog.hpp index de7423330..80e014e28 100644 --- a/apps/launcher/maindialog.hpp +++ b/apps/launcher/maindialog.hpp @@ -1,8 +1,6 @@ #ifndef MAINDIALOG_H #define MAINDIALOG_H -#include -#include #ifndef Q_MOC_RUN #include diff --git a/apps/launcher/playpage.hpp b/apps/launcher/playpage.hpp index b0bd3ee27..8f414dc6a 100644 --- a/apps/launcher/playpage.hpp +++ b/apps/launcher/playpage.hpp @@ -1,8 +1,6 @@ #ifndef PLAYPAGE_H #define PLAYPAGE_H -#include - #include "ui_playpage.h" class QComboBox; diff --git a/apps/launcher/sdlinit.cpp b/apps/launcher/sdlinit.cpp index 1fe1fd4c2..4717fb281 100644 --- a/apps/launcher/sdlinit.cpp +++ b/apps/launcher/sdlinit.cpp @@ -1,7 +1,6 @@ #include #include -#include bool initSDL() { diff --git a/apps/launcher/settingspage.cpp b/apps/launcher/settingspage.cpp index 59d7cfd25..ca7fd028a 100644 --- a/apps/launcher/settingspage.cpp +++ b/apps/launcher/settingspage.cpp @@ -2,7 +2,6 @@ #include #include -#include #include #include diff --git a/apps/launcher/settingspage.hpp b/apps/launcher/settingspage.hpp index 97b099dd6..df7c0e8eb 100644 --- a/apps/launcher/settingspage.hpp +++ b/apps/launcher/settingspage.hpp @@ -1,9 +1,6 @@ #ifndef SETTINGSPAGE_HPP #define SETTINGSPAGE_HPP -#include -#include - #include #include "ui_settingspage.h" diff --git a/apps/launcher/utils/cellnameloader.hpp b/apps/launcher/utils/cellnameloader.hpp index c58d09226..899ff75ad 100644 --- a/apps/launcher/utils/cellnameloader.hpp +++ b/apps/launcher/utils/cellnameloader.hpp @@ -1,7 +1,6 @@ #ifndef OPENMW_CELLNAMELOADER_H #define OPENMW_CELLNAMELOADER_H -#include #include #include diff --git a/apps/launcher/utils/lineedit.hpp b/apps/launcher/utils/lineedit.hpp index da28e858c..89de39588 100644 --- a/apps/launcher/utils/lineedit.hpp +++ b/apps/launcher/utils/lineedit.hpp @@ -11,7 +11,6 @@ #define LINEEDIT_H #include -#include #include #include diff --git a/apps/launcher/utils/profilescombobox.cpp b/apps/launcher/utils/profilescombobox.cpp index 462c2ebc2..af349ddff 100644 --- a/apps/launcher/utils/profilescombobox.cpp +++ b/apps/launcher/utils/profilescombobox.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include