From d0f2c4fcf79222d5c6f3c17188a811b0a47833c6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 17 Jul 2013 20:58:58 +0200 Subject: - now avoids a few unnecessary copy operations during generation of the directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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 . #include #include #include -#include #include "executableslist.h" #include "modlist.h" #include "pluginlist.h" @@ -50,6 +49,7 @@ along with Mod Organizer. If not, see . #include "tutorialcontrol.h" #include "savegameinfowidgetgamebryo.h" #include +#include namespace Ui { class MainWindow; -- cgit v1.3.1