Move include directive where they should be.

This commit is contained in:
Mikaël Capelle
2020-05-11 23:40:06 +02:00
parent 0c52c2417c
commit d6b8c66911
2 changed files with 7 additions and 8 deletions
+7
View File
@@ -3,11 +3,18 @@
#pragma warning( disable : 4100 )
#pragma warning( disable : 4996 )
#include <idownloadmanager.h>
#include <ifiletree.h>
#include <iinstallationmanager.h>
#include <imodinterface.h>
#include <imodlist.h>
#include <imodrepositorybridge.h>
#include <iplugin.h>
#include <iplugingame.h>
#include <iplugininstaller.h>
#include <iplugintool.h>
#include <iprofile.h>
#include "uibasewrappers.h"
#include "proxypluginwrappers.h"
#include "gamefeatureswrappers.h"