diff options
Diffstat (limited to 'launcher/modplatform/technic/SolderPackManifest.h')
-rw-r--r-- | launcher/modplatform/technic/SolderPackManifest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/modplatform/technic/SolderPackManifest.h b/launcher/modplatform/technic/SolderPackManifest.h index 09f18df0..1a06d703 100644 --- a/launcher/modplatform/technic/SolderPackManifest.h +++ b/launcher/modplatform/technic/SolderPackManifest.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> * * This program is free software: you can redistribute it and/or modify @@ -18,9 +18,9 @@ #pragma once +#include <QJsonObject> #include <QString> #include <QVector> -#include <QJsonObject> namespace TechnicSolder { @@ -46,4 +46,4 @@ struct PackBuild { void loadPackBuild(PackBuild& v, QJsonObject& obj); -} +} // namespace TechnicSolder |