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/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index 05e26590..74a77cd2 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -21,7 +21,6 @@ along with Mod Organizer. If not, see . #define MODINFO_H #include "nexusinterface.h" -#include #include #include @@ -34,6 +33,7 @@ along with Mod Organizer. If not, see . #include #include #include +#include using MOBase::ModRepositoryFileInfo; -- cgit v1.3.1