From 141e0a02a0a0c4bbc4cc2e900560db5048366104 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 4 Feb 2015 21:10:10 +0100 Subject: SCRATCH move things to the right places --- gui/dialogs/ModEditDialogCommon.h | 2 +- gui/dialogs/NotificationDialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/dialogs') diff --git a/gui/dialogs/ModEditDialogCommon.h b/gui/dialogs/ModEditDialogCommon.h index 3ccfbf6b..227e638c 100644 --- a/gui/dialogs/ModEditDialogCommon.h +++ b/gui/dialogs/ModEditDialogCommon.h @@ -2,7 +2,7 @@ #include #include #include -#include +#include bool lastfirst(QModelIndexList &list, int &first, int &last); diff --git a/gui/dialogs/NotificationDialog.h b/gui/dialogs/NotificationDialog.h index b7980a98..4717abd8 100644 --- a/gui/dialogs/NotificationDialog.h +++ b/gui/dialogs/NotificationDialog.h @@ -3,7 +3,7 @@ #include -#include "logic/updater/NotificationChecker.h" +#include "logic/notifications/NotificationChecker.h" namespace Ui { class NotificationDialog; -- cgit