summaryrefslogtreecommitdiffstats
path: root/logic/auth/flows
diff options
context:
space:
mode:
Diffstat (limited to 'logic/auth/flows')
-rw-r--r--logic/auth/flows/AuthenticateTask.cpp4
-rw-r--r--logic/auth/flows/AuthenticateTask.h2
-rw-r--r--logic/auth/flows/RefreshTask.cpp4
-rw-r--r--logic/auth/flows/RefreshTask.h2
-rw-r--r--logic/auth/flows/ValidateTask.cpp4
-rw-r--r--logic/auth/flows/ValidateTask.h2
6 files changed, 9 insertions, 9 deletions
diff --git a/logic/auth/flows/AuthenticateTask.cpp b/logic/auth/flows/AuthenticateTask.cpp
index 4141f00d..b26769d9 100644
--- a/logic/auth/flows/AuthenticateTask.cpp
+++ b/logic/auth/flows/AuthenticateTask.cpp
@@ -14,9 +14,9 @@
* limitations under the License.
*/
-#include <logic/auth/flows/AuthenticateTask.h>
+#include <auth/flows/AuthenticateTask.h>
-#include <logic/auth/MojangAccount.h>
+#include <auth/MojangAccount.h>
#include <QJsonDocument>
#include <QJsonObject>
diff --git a/logic/auth/flows/AuthenticateTask.h b/logic/auth/flows/AuthenticateTask.h
index 8b5f3efc..65975ae5 100644
--- a/logic/auth/flows/AuthenticateTask.h
+++ b/logic/auth/flows/AuthenticateTask.h
@@ -15,7 +15,7 @@
#pragma once
-#include <logic/auth/YggdrasilTask.h>
+#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>
diff --git a/logic/auth/flows/RefreshTask.cpp b/logic/auth/flows/RefreshTask.cpp
index 2216c7e4..83511200 100644
--- a/logic/auth/flows/RefreshTask.cpp
+++ b/logic/auth/flows/RefreshTask.cpp
@@ -13,9 +13,9 @@
* limitations under the License.
*/
-#include <logic/auth/flows/RefreshTask.h>
+#include <auth/flows/RefreshTask.h>
-#include <logic/auth/MojangAccount.h>
+#include <auth/MojangAccount.h>
#include <QJsonDocument>
#include <QJsonObject>
diff --git a/logic/auth/flows/RefreshTask.h b/logic/auth/flows/RefreshTask.h
index 1b556776..6894e963 100644
--- a/logic/auth/flows/RefreshTask.h
+++ b/logic/auth/flows/RefreshTask.h
@@ -15,7 +15,7 @@
#pragma once
-#include <logic/auth/YggdrasilTask.h>
+#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>
diff --git a/logic/auth/flows/ValidateTask.cpp b/logic/auth/flows/ValidateTask.cpp
index 21afb596..9a4dcd6d 100644
--- a/logic/auth/flows/ValidateTask.cpp
+++ b/logic/auth/flows/ValidateTask.cpp
@@ -14,9 +14,9 @@
* limitations under the License.
*/
-#include <logic/auth/flows/ValidateTask.h>
+#include <auth/flows/ValidateTask.h>
-#include <logic/auth/MojangAccount.h>
+#include <auth/MojangAccount.h>
#include <QJsonDocument>
#include <QJsonObject>
diff --git a/logic/auth/flows/ValidateTask.h b/logic/auth/flows/ValidateTask.h
index aa9da912..204596f9 100644
--- a/logic/auth/flows/ValidateTask.h
+++ b/logic/auth/flows/ValidateTask.h
@@ -19,7 +19,7 @@
#pragma once
-#include <logic/auth/YggdrasilTask.h>
+#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>