diff options
Diffstat (limited to 'logic/auth/MojangAccountList.cpp')
-rw-r--r-- | logic/auth/MojangAccountList.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/auth/MojangAccountList.cpp b/logic/auth/MojangAccountList.cpp index abed9b24..b69b9b81 100644 --- a/logic/auth/MojangAccountList.cpp +++ b/logic/auth/MojangAccountList.cpp @@ -13,7 +13,7 @@ * limitations under the License. */ -#include "logic/auth/MojangAccountList.h" +#include "auth/MojangAccountList.h" #include <QIODevice> #include <QFile> @@ -26,7 +26,7 @@ #include <QDebug> -#include "logic/auth/MojangAccount.h" +#include "auth/MojangAccount.h" #include <pathutils.h> #define ACCOUNT_LIST_FORMAT_VERSION 2 |