[gnote] Header cleanup



commit 974e0036cfb1bc3e3af3e783d4eaca18affb7e35
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Thu Apr 11 23:31:12 2019 +0300

    Header cleanup

 src/actionmanager.cpp                                | 1 -
 src/addins/backlinks/backlinksnoteaddin.cpp          | 1 -
 src/addins/statistics/statisticsapplicationaddin.cpp | 1 -
 src/mainwindow.hpp                                   | 3 +--
 4 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index 509879ee..55057c1a 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -63,7 +63,6 @@
 #include "debug.hpp"
 #include "actionmanager.hpp"
 #include "iconmanager.hpp"
-#include "utils.hpp"
 
 namespace gnote {
 
diff --git a/src/addins/backlinks/backlinksnoteaddin.cpp b/src/addins/backlinks/backlinksnoteaddin.cpp
index 870e4edb..0cddb87c 100644
--- a/src/addins/backlinks/backlinksnoteaddin.cpp
+++ b/src/addins/backlinks/backlinksnoteaddin.cpp
@@ -28,7 +28,6 @@
 #include "mainwindow.hpp"
 #include "notemanagerbase.hpp"
 #include "preferences.hpp"
-#include "utils.hpp"
 
 namespace backlinks {
 
diff --git a/src/addins/statistics/statisticsapplicationaddin.cpp 
b/src/addins/statistics/statisticsapplicationaddin.cpp
index 37534bb2..77bf676d 100644
--- a/src/addins/statistics/statisticsapplicationaddin.cpp
+++ b/src/addins/statistics/statisticsapplicationaddin.cpp
@@ -23,7 +23,6 @@
 #include "iactionmanager.hpp"
 #include "ignote.hpp"
 #include "statisticsapplicationaddin.hpp"
-#include "utils.hpp"
 
 
 namespace statistics {
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index bc708d2b..a438cb4c 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013,2015-2017 Aurimas Cernius
+ * Copyright (C) 2013,2015-2017,2019 Aurimas Cernius
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,6 @@
 
 #include "mainwindowembeds.hpp"
 #include "note.hpp"
-#include "utils.hpp"
 
 
 namespace gnote {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]