diff options
Diffstat (limited to 'logic/minecraft/LwjglVersionList.h')
-rw-r--r-- | logic/minecraft/LwjglVersionList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/minecraft/LwjglVersionList.h b/logic/minecraft/LwjglVersionList.h index c364fa13..9584f837 100644 --- a/logic/minecraft/LwjglVersionList.h +++ b/logic/minecraft/LwjglVersionList.h @@ -21,8 +21,8 @@ #include <QNetworkReply> #include <memory> -#include "logic/BaseVersion.h" -#include "logic/BaseVersionList.h" +#include "BaseVersion.h" +#include "BaseVersionList.h" class LWJGLVersion; typedef std::shared_ptr<LWJGLVersion> PtrLWJGLVersion; |