summaryrefslogtreecommitdiffstats
path: root/logic/java
diff options
context:
space:
mode:
Diffstat (limited to 'logic/java')
-rw-r--r--logic/java/JavaCheckerJob.h2
-rw-r--r--logic/java/JavaUtils.cpp8
-rw-r--r--logic/java/JavaVersionList.cpp6
-rw-r--r--logic/java/JavaVersionList.h6
4 files changed, 11 insertions, 11 deletions
diff --git a/logic/java/JavaCheckerJob.h b/logic/java/JavaCheckerJob.h
index eba3751a..a98d88cd 100644
--- a/logic/java/JavaCheckerJob.h
+++ b/logic/java/JavaCheckerJob.h
@@ -18,7 +18,7 @@
#include <QtNetwork>
#include <QLabel>
#include "JavaChecker.h"
-#include "logic/tasks/ProgressProvider.h"
+#include "tasks/ProgressProvider.h"
class JavaCheckerJob;
typedef std::shared_ptr<JavaCheckerJob> JavaCheckerJobPtr;
diff --git a/logic/java/JavaUtils.cpp b/logic/java/JavaUtils.cpp
index 3cacbbd2..ac1d60e4 100644
--- a/logic/java/JavaUtils.cpp
+++ b/logic/java/JavaUtils.cpp
@@ -18,13 +18,13 @@
#include <QDir>
#include <QStringList>
-#include <logic/settings/Setting.h>
+#include <settings/Setting.h>
#include <pathutils.h>
#include <QDebug>
-#include "logic/java/JavaUtils.h"
-#include "logic/java/JavaCheckerJob.h"
-#include "logic/java/JavaVersionList.h"
+#include "java/JavaUtils.h"
+#include "java/JavaCheckerJob.h"
+#include "java/JavaVersionList.h"
JavaUtils::JavaUtils()
{
diff --git a/logic/java/JavaVersionList.cpp b/logic/java/JavaVersionList.cpp
index 4f8592ce..bb5f025f 100644
--- a/logic/java/JavaVersionList.cpp
+++ b/logic/java/JavaVersionList.cpp
@@ -19,9 +19,9 @@
#include <QDebug>
-#include "logic/java/JavaVersionList.h"
-#include "logic/java/JavaCheckerJob.h"
-#include "logic/java/JavaUtils.h"
+#include "java/JavaVersionList.h"
+#include "java/JavaCheckerJob.h"
+#include "java/JavaUtils.h"
JavaVersionList::JavaVersionList(QObject *parent) : BaseVersionList(parent)
{
diff --git a/logic/java/JavaVersionList.h b/logic/java/JavaVersionList.h
index 288f0608..820bd5a6 100644
--- a/logic/java/JavaVersionList.h
+++ b/logic/java/JavaVersionList.h
@@ -18,9 +18,9 @@
#include <QObject>
#include <QAbstractListModel>
-#include "logic/BaseVersionList.h"
-#include "logic/tasks/Task.h"
-#include "logic/java/JavaCheckerJob.h"
+#include "BaseVersionList.h"
+#include "tasks/Task.h"
+#include "java/JavaCheckerJob.h"
class JavaListLoadTask;