NOISSUE move everything.
This commit is contained in:
@ -27,16 +27,16 @@
|
||||
#include <pathutils.h>
|
||||
#include <QDebug>
|
||||
|
||||
#include "logic/InstanceList.h"
|
||||
#include "logic/icons/IconList.h"
|
||||
#include "logic/BaseInstance.h"
|
||||
#include "InstanceList.h"
|
||||
#include "icons/IconList.h"
|
||||
#include "BaseInstance.h"
|
||||
|
||||
//FIXME: this really doesn't belong *here*
|
||||
#include "logic/minecraft/OneSixInstance.h"
|
||||
#include "logic/minecraft/LegacyInstance.h"
|
||||
#include "minecraft/OneSixInstance.h"
|
||||
#include "minecraft/LegacyInstance.h"
|
||||
#include "minecraft/MinecraftVersion.h"
|
||||
#include "settings/INISettingsObject.h"
|
||||
#include "logic/ftb/FTBPlugin.h"
|
||||
#include "ftb/FTBPlugin.h"
|
||||
|
||||
const static int GROUP_FILE_FORMAT_VERSION = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user