diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index df0fa586..23d5f0da 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -29,7 +29,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QThread> #include <QProgressBar> #include <QTranslator> -#include <directoryentry.h> #include "executableslist.h" #include "modlist.h" #include "pluginlist.h" @@ -50,6 +49,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "tutorialcontrol.h" #include "savegameinfowidgetgamebryo.h" #include <guessedvalue.h> +#include <directoryentry.h> namespace Ui { class MainWindow; |
