mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
InstanceList: include lowercase "windows.h" (#5185)
This commit is contained in:
commit
3cdb464feb
1 changed files with 4 additions and 9 deletions
|
|
@ -34,37 +34,32 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "InstanceList.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
#include <QDirIterator>
|
||||
#include <QFile>
|
||||
#include <QFileInfo>
|
||||
#include <QFileSystemWatcher>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
#include <QMimeData>
|
||||
#include <QPair>
|
||||
#include <QSet>
|
||||
#include <QStack>
|
||||
#include <QTextStream>
|
||||
#include <QThread>
|
||||
#include <QTimer>
|
||||
#include <QUuid>
|
||||
#include <QXmlStreamReader>
|
||||
|
||||
#include "BaseInstance.h"
|
||||
#include "ExponentialSeries.h"
|
||||
#include "FileSystem.h"
|
||||
#include "InstanceList.h"
|
||||
|
||||
#include "InstanceTask.h"
|
||||
#include "NullInstance.h"
|
||||
#include "WatchLock.h"
|
||||
#include "minecraft/MinecraftInstance.h"
|
||||
#include "minecraft/ShortcutUtils.h"
|
||||
#include "settings/INISettingsObject.h"
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
const static int GROUP_FILE_FORMAT_VERSION = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue