summaryrefslogtreecommitdiffstats
path: root/logic/auth/YggdrasilTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/auth/YggdrasilTask.cpp')
-rw-r--r--logic/auth/YggdrasilTask.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/logic/auth/YggdrasilTask.cpp b/logic/auth/YggdrasilTask.cpp
index 4d5c2594..3b6e0cfb 100644
--- a/logic/auth/YggdrasilTask.cpp
+++ b/logic/auth/YggdrasilTask.cpp
@@ -13,7 +13,7 @@
* limitations under the License.
*/
-#include <logic/auth/YggdrasilTask.h>
+#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>
@@ -22,9 +22,9 @@
#include <QNetworkReply>
#include <QByteArray>
-#include <logic/Env.h>
-#include <logic/auth/MojangAccount.h>
-#include <logic/net/URLConstants.h>
+#include <Env.h>
+#include <auth/MojangAccount.h>
+#include <net/URLConstants.h>
#include <QDebug>