diff options
Diffstat (limited to 'logic/auth/flows/AuthenticateTask.cpp')
-rw-r--r-- | logic/auth/flows/AuthenticateTask.cpp | 4 |
1 files changed, 2 insertions, 2 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> |