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