summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-07-17 20:58:58 +0200
committerTannin <devnull@localhost>2013-07-17 20:58:58 +0200
commitd0f2c4fcf79222d5c6f3c17188a811b0a47833c6 (patch)
tree12c9e4f529caa0f5830c8dd52d785b3e2df5462b /src/modinfo.h
parent36ac91e0b765b1ae099e93054447beca8f461f74 (diff)
- 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
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#define MODINFO_H
#include "nexusinterface.h"
-#include <directoryentry.h>
#include <versioninfo.h>
#include <imodinterface.h>
@@ -34,6 +33,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <map>
#include <set>
#include <vector>
+#include <directoryentry.h>
using MOBase::ModRepositoryFileInfo;