From db877ba121ff87a4e029daf8555d85dfef45993a Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 9 Feb 2015 01:51:14 +0100 Subject: NOISSUE move everything. --- logic/notifications/NotificationChecker.cpp | 4 ++-- logic/notifications/NotificationChecker.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'logic/notifications') 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 #include -#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 -#include "logic/net/NetJob.h" -#include "logic/net/CacheDownload.h" +#include "net/NetJob.h" +#include "net/CacheDownload.h" class NotificationChecker : public QObject { -- cgit