summaryrefslogtreecommitdiffstats
path: root/logic/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'logic/notifications')
-rw-r--r--logic/notifications/NotificationChecker.cpp4
-rw-r--r--logic/notifications/NotificationChecker.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/logic/notifications/NotificationChecker.cpp b/logic/notifications/NotificationChecker.cpp
index 77721770..4e35cacc 100644
--- a/logic/notifications/NotificationChecker.cpp
+++ b/logic/notifications/NotificationChecker.cpp
@@ -5,8 +5,8 @@
#include <QJsonArray>
#include <QDebug>
-#include "logic/Env.h"
-#include "logic/net/CacheDownload.h"
+#include "Env.h"
+#include "net/CacheDownload.h"
NotificationChecker::NotificationChecker(QObject *parent)
diff --git a/logic/notifications/NotificationChecker.h b/logic/notifications/NotificationChecker.h
index a3e615db..92bc23dc 100644
--- a/logic/notifications/NotificationChecker.h
+++ b/logic/notifications/NotificationChecker.h
@@ -2,8 +2,8 @@
#include <QObject>
-#include "logic/net/NetJob.h"
-#include "logic/net/CacheDownload.h"
+#include "net/NetJob.h"
+#include "net/CacheDownload.h"
class NotificationChecker : public QObject
{