[gnote] Remove unused headers



commit 51a40da5332105a1aa9a05810f10f106c2099106
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Apr 7 19:41:55 2019 +0300

    Remove unused headers

 src/actionmanager.hpp                                                 | 1 -
 src/addinpreferencefactory.hpp                                        | 3 +--
 src/addins/bugzilla/bugzillalink.hpp                                  | 3 +--
 src/addins/bugzilla/bugzillanoteaddin.hpp                             | 3 +--
 src/addins/bugzilla/bugzillapreferences.hpp                           | 4 +---
 src/addins/exporttogtg/exporttogtgnoteaddin.hpp                       | 1 -
 src/addins/filesystemsyncservice/filesystemsyncserviceaddin.hpp       | 3 +--
 src/addins/fixedwidth/fixedwidthnoteaddin.hpp                         | 3 +--
 .../notedirectorywatcher/notedirectorywatcherapplicationaddin.hpp     | 3 +--
 src/addins/noteoftheday/noteofthedayapplicationaddin.hpp              | 3 +--
 src/addins/readonly/readonlynoteaddin.hpp                             | 1 -
 src/addins/specialnotes/specialnotesapplicationaddin.hpp              | 3 +--
 src/addins/statistics/statisticsapplicationaddin.hpp                  | 1 -
 src/addins/stickynoteimport/stickynoteimportnoteaddin.hpp             | 3 +--
 src/addins/tableofcontents/tableofcontentsmenuitem.hpp                | 3 +--
 src/addins/tableofcontents/tableofcontentsnoteaddin.hpp               | 1 -
 src/addins/tomboyimport/tomboyimportaddin.hpp                         | 3 +--
 src/addins/underline/underlinenoteaddin.hpp                           | 3 +--
 src/addins/webdavsyncservice/webdavsyncserviceaddin.hpp               | 3 +--
 src/gnome_keyring/keyringexception.hpp                                | 4 +---
 src/gnote.hpp                                                         | 3 +--
 src/importaddin.hpp                                                   | 3 +--
 src/mainwindowaction.hpp                                              | 4 +---
 src/noteaddin.hpp                                                     | 1 -
 src/notebooks/notebookstreeview.hpp                                   | 4 +---
 src/noteeditor.hpp                                                    | 3 +--
 src/noterenamedialog.hpp                                              | 3 +--
 src/notetag.hpp                                                       | 3 +--
 src/recenttreeview.hpp                                                | 4 +---
 src/sharp/exception.hpp                                               | 4 +---
 src/sharp/modulefactory.hpp                                           | 4 +---
 src/sharp/propertyeditor.hpp                                          | 4 +---
 src/synchronization/filesystemsyncserver.hpp                          | 3 +--
 src/synchronization/fusesyncserviceaddin.hpp                          | 3 +--
 src/synchronization/gnotesyncclient.hpp                               | 3 +--
 src/synchronization/isyncmanager.hpp                                  | 3 +--
 src/synchronization/syncdialog.hpp                                    | 3 +--
 src/synchronization/syncui.hpp                                        | 3 +--
 src/test/testnotemanager.hpp                                          | 3 +--
 src/test/testsyncaddin.hpp                                            | 3 +--
 src/test/testsyncclient.hpp                                           | 3 +--
 src/test/testsyncmanager.hpp                                          | 3 +--
 src/test/testtagmanager.hpp                                           | 3 +--
 src/trie.hpp                                                          | 3 +--
 src/triehit.hpp                                                       | 4 +---
 src/undo.hpp                                                          | 3 +--
 46 files changed, 40 insertions(+), 95 deletions(-)
---
diff --git a/src/actionmanager.hpp b/src/actionmanager.hpp
index 697e5435..23ba6bcc 100644
--- a/src/actionmanager.hpp
+++ b/src/actionmanager.hpp
@@ -28,7 +28,6 @@
 #include <giomm/simpleaction.h>
 #include <gtkmm/action.h>
 
-#include "base/macros.hpp"
 #include "iactionmanager.hpp"
 
 namespace gnote {
diff --git a/src/addinpreferencefactory.hpp b/src/addinpreferencefactory.hpp
index 42a17b3b..07970cd9 100644
--- a/src/addinpreferencefactory.hpp
+++ b/src/addinpreferencefactory.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013 Aurimas Cernius
+ * Copyright (C) 2013,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -26,7 +26,6 @@
 
 #include <gtkmm/widget.h>
 
-#include "base/macros.hpp"
 #include "notemanager.hpp"
 #include "sharp/modulefactory.hpp"
 
diff --git a/src/addins/bugzilla/bugzillalink.hpp b/src/addins/bugzilla/bugzillalink.hpp
index 41af4e60..a3fa2eb9 100644
--- a/src/addins/bugzilla/bugzillalink.hpp
+++ b/src/addins/bugzilla/bugzillalink.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013,2017 Aurimas Cernius
+ * Copyright (C) 2012-2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -23,7 +23,6 @@
 
 #include <gtkmm/textiter.h>
 
-#include "base/macros.hpp"
 #include "noteeditor.hpp"
 #include "notetag.hpp"
 
diff --git a/src/addins/bugzilla/bugzillanoteaddin.hpp b/src/addins/bugzilla/bugzillanoteaddin.hpp
index 0b14b46a..d9dcbb11 100644
--- a/src/addins/bugzilla/bugzillanoteaddin.hpp
+++ b/src/addins/bugzilla/bugzillanoteaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013,2017 Aurimas Cernius
+ * Copyright (C) 2010,2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -25,7 +25,6 @@
 #define _BUGZILLA_NOTE_ADDIN_HPP__
 
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "noteaddin.hpp"
 
diff --git a/src/addins/bugzilla/bugzillapreferences.hpp b/src/addins/bugzilla/bugzillapreferences.hpp
index 5700a1c8..c18f570a 100644
--- a/src/addins/bugzilla/bugzillapreferences.hpp
+++ b/src/addins/bugzilla/bugzillapreferences.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013,2017 Aurimas Cernius
+ * Copyright (C) 2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -30,8 +30,6 @@
 #include <gtkmm/treemodelcolumn.h>
 #include <gtkmm/treeview.h>
 
-#include "base/macros.hpp"
-
 namespace sharp {
 
   class FileInfo;
diff --git a/src/addins/exporttogtg/exporttogtgnoteaddin.hpp b/src/addins/exporttogtg/exporttogtgnoteaddin.hpp
index 16bc0029..7025dd36 100644
--- a/src/addins/exporttogtg/exporttogtgnoteaddin.hpp
+++ b/src/addins/exporttogtg/exporttogtgnoteaddin.hpp
@@ -27,7 +27,6 @@
 
 #include <giomm/dbusintrospection.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "noteaddin.hpp"
 
diff --git a/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.hpp 
b/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.hpp
index bf61923f..0642fc6e 100644
--- a/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.hpp
+++ b/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013,2017 Aurimas Cernius
+ * Copyright (C) 2012-2013,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 <gtkmm/filechooserbutton.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "synchronization/syncserviceaddin.hpp"
 
diff --git a/src/addins/fixedwidth/fixedwidthnoteaddin.hpp b/src/addins/fixedwidth/fixedwidthnoteaddin.hpp
index e35ca05a..f6460e31 100644
--- a/src/addins/fixedwidth/fixedwidthnoteaddin.hpp
+++ b/src/addins/fixedwidth/fixedwidthnoteaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013,2016 Aurimas Cernius
+ * Copyright (C) 2010,2013,2016,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  * Original C# file
  * (C) 2006 Ryan Lortie <desrt desrt ca>
@@ -33,7 +33,6 @@
 
 #include <gtkmm/texttag.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "noteaddin.hpp"
 
diff --git a/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.hpp 
b/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.hpp
index d457d351..e075e66d 100644
--- a/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.hpp
+++ b/src/addins/notedirectorywatcher/notedirectorywatcherapplicationaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2014,2017 Aurimas Cernius
+ * Copyright (C) 2012-2014,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
@@ -27,7 +27,6 @@
 #include <giomm/filemonitor.h>
 #include <giomm/settings.h>
 
-#include "base/macros.hpp"
 #include "applicationaddin.hpp"
 #include "note.hpp"
 #include "sharp/dynamicmodule.hpp"
diff --git a/src/addins/noteoftheday/noteofthedayapplicationaddin.hpp 
b/src/addins/noteoftheday/noteofthedayapplicationaddin.hpp
index 6fe59e02..758a8f97 100644
--- a/src/addins/noteoftheday/noteofthedayapplicationaddin.hpp
+++ b/src/addins/noteoftheday/noteofthedayapplicationaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013 Aurimas Cernius
+ * Copyright (C) 2010,2013,2019 Aurimas Cernius
  * Copyright (C) 2009 Debarshi Ray
  *
  * This program is free software: you can redistribute it and/or modify
@@ -23,7 +23,6 @@
 
 #include <sigc++/sigc++.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "applicationaddin.hpp"
 
diff --git a/src/addins/readonly/readonlynoteaddin.hpp b/src/addins/readonly/readonlynoteaddin.hpp
index cfce8e49..558b99ad 100644
--- a/src/addins/readonly/readonlynoteaddin.hpp
+++ b/src/addins/readonly/readonlynoteaddin.hpp
@@ -21,7 +21,6 @@
 #ifndef __READ_ONLY_NOTE_ADDIN_HPP_
 #define __READ_ONLY_NOTE_ADDIN_HPP_
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "noteaddin.hpp"
 
diff --git a/src/addins/specialnotes/specialnotesapplicationaddin.hpp 
b/src/addins/specialnotes/specialnotesapplicationaddin.hpp
index 6c660960..96bb7afb 100644
--- a/src/addins/specialnotes/specialnotesapplicationaddin.hpp
+++ b/src/addins/specialnotes/specialnotesapplicationaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013 Aurimas Cernius
+ * Copyright (C) 2013,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
@@ -20,7 +20,6 @@
 #ifndef __SPECIAL_NOTES_APPLICATION_ADDIN_HPP_
 #define __SPECIAL_NOTES_APPLICATION_ADDIN_HPP_
 
-#include "base/macros.hpp"
 #include "notebooks/notebook.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "applicationaddin.hpp"
diff --git a/src/addins/statistics/statisticsapplicationaddin.hpp 
b/src/addins/statistics/statisticsapplicationaddin.hpp
index 6a0609c5..6f65a113 100644
--- a/src/addins/statistics/statisticsapplicationaddin.hpp
+++ b/src/addins/statistics/statisticsapplicationaddin.hpp
@@ -22,7 +22,6 @@
 
 #include <gtkmm/action.h>
 
-#include "base/macros.hpp"
 #include "applicationaddin.hpp"
 #include "statisticswidget.hpp"
 #include "sharp/dynamicmodule.hpp"
diff --git a/src/addins/stickynoteimport/stickynoteimportnoteaddin.hpp 
b/src/addins/stickynoteimport/stickynoteimportnoteaddin.hpp
index acb49461..ba3b23c5 100644
--- a/src/addins/stickynoteimport/stickynoteimportnoteaddin.hpp
+++ b/src/addins/stickynoteimport/stickynoteimportnoteaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013,2017 Aurimas Cernius
+ * Copyright (C) 2010,2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -26,7 +26,6 @@
 #include <gtkmm/imagemenuitem.h>
 #include <gtkmm/messagedialog.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "importaddin.hpp"
 
diff --git a/src/addins/tableofcontents/tableofcontentsmenuitem.hpp 
b/src/addins/tableofcontents/tableofcontentsmenuitem.hpp
index 31fe4482..378df1a9 100644
--- a/src/addins/tableofcontents/tableofcontentsmenuitem.hpp
+++ b/src/addins/tableofcontents/tableofcontentsmenuitem.hpp
@@ -3,7 +3,7 @@
  *  It lists note's table of contents in a menu.
  *
  * Copyright (C) 2013 Luc Pionchon <pionchon luc gmail com>
- * Copyright (C) 2013,2017 Aurimas Cernius
+ * Copyright (C) 2013,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
@@ -26,7 +26,6 @@
 
 #include <gtkmm/imagemenuitem.h>
 
-#include "base/macros.hpp"
 #include "note.hpp"
 #include "tableofcontents.hpp"
 
diff --git a/src/addins/tableofcontents/tableofcontentsnoteaddin.hpp 
b/src/addins/tableofcontents/tableofcontentsnoteaddin.hpp
index af654b9a..faf3f18c 100644
--- a/src/addins/tableofcontents/tableofcontentsnoteaddin.hpp
+++ b/src/addins/tableofcontents/tableofcontentsnoteaddin.hpp
@@ -29,7 +29,6 @@
 #include <gtkmm/imagemenuitem.h>
 #include <gtkmm/menu.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "note.hpp"
 #include "noteaddin.hpp"
diff --git a/src/addins/tomboyimport/tomboyimportaddin.hpp b/src/addins/tomboyimport/tomboyimportaddin.hpp
index a50bca4b..28724c94 100644
--- a/src/addins/tomboyimport/tomboyimportaddin.hpp
+++ b/src/addins/tomboyimport/tomboyimportaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013,2017 Aurimas Cernius
+ * Copyright (C) 2010,2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -23,7 +23,6 @@
 #ifndef __TOMBOY_IMPORT_ADDIN_HPP_
 #define __TOMBOY_IMPORT_ADDIN_HPP_
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "importaddin.hpp"
 
diff --git a/src/addins/underline/underlinenoteaddin.hpp b/src/addins/underline/underlinenoteaddin.hpp
index bf2745ca..7745b5ee 100644
--- a/src/addins/underline/underlinenoteaddin.hpp
+++ b/src/addins/underline/underlinenoteaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010,2013,2016 Aurimas Cernius
+ * Copyright (C) 2010,2013,2016,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  * Original C# file
  * (C) 2009 Mark Wakim <markwakim gmail com>
@@ -29,7 +29,6 @@
 
 #include <gtkmm/texttag.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "noteaddin.hpp"
 
diff --git a/src/addins/webdavsyncservice/webdavsyncserviceaddin.hpp 
b/src/addins/webdavsyncservice/webdavsyncserviceaddin.hpp
index 5c2a08a7..3e84e5b8 100644
--- a/src/addins/webdavsyncservice/webdavsyncserviceaddin.hpp
+++ b/src/addins/webdavsyncservice/webdavsyncserviceaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013,2017 Aurimas Cernius
+ * Copyright (C) 2012-2013,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
@@ -25,7 +25,6 @@
 #include <gtkmm/entry.h>
 #include <gtkmm/table.h>
 
-#include "base/macros.hpp"
 #include "sharp/dynamicmodule.hpp"
 #include "synchronization/fusesyncserviceaddin.hpp"
 
diff --git a/src/gnome_keyring/keyringexception.hpp b/src/gnome_keyring/keyringexception.hpp
index dcb6929e..5d5ba256 100644
--- a/src/gnome_keyring/keyringexception.hpp
+++ b/src/gnome_keyring/keyringexception.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013,2017 Aurimas Cernius
+ * Copyright (C) 2012-2013,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
@@ -25,8 +25,6 @@
 
 #include <glibmm/ustring.h>
 
-#include "base/macros.hpp"
-
 
 namespace gnome {
 namespace keyring {
diff --git a/src/gnote.hpp b/src/gnote.hpp
index b4d67baa..9f52583f 100644
--- a/src/gnote.hpp
+++ b/src/gnote.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010-2018 Aurimas Cernius
+ * Copyright (C) 2010-2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -29,7 +29,6 @@
 #include <gtkmm/icontheme.h>
 #include <gtkmm/statusicon.h>
 
-#include "base/macros.hpp"
 #include "actionmanager.hpp"
 #include "ignote.hpp"
 #include "remotecontrolproxy.hpp"
diff --git a/src/importaddin.hpp b/src/importaddin.hpp
index 42af06e0..f0b88f23 100644
--- a/src/importaddin.hpp
+++ b/src/importaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013 Aurimas Cernius
+ * Copyright (C) 2013,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -23,7 +23,6 @@
 #ifndef __IMPORT_ADDIN_HPP__
 #define __IMPORT_ADDIN_HPP__
 
-#include "base/macros.hpp"
 #include "applicationaddin.hpp"
 
 namespace gnote {
diff --git a/src/mainwindowaction.hpp b/src/mainwindowaction.hpp
index 7a89724e..4eb115ad 100644
--- a/src/mainwindowaction.hpp
+++ b/src/mainwindowaction.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2015-2016 Aurimas Cernius
+ * Copyright (C) 2015-2016,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
@@ -22,8 +22,6 @@
 
 #include <giomm/simpleaction.h>
 
-#include "base/macros.hpp"
-
 
 namespace gnote {
 
diff --git a/src/noteaddin.hpp b/src/noteaddin.hpp
index e21f1afd..9725cf64 100644
--- a/src/noteaddin.hpp
+++ b/src/noteaddin.hpp
@@ -32,7 +32,6 @@
 #include <gtkmm/menuitem.h>
 #include <gtkmm/toolitem.h>
 
-#include "base/macros.hpp"
 #include "sharp/exception.hpp"
 #include "abstractaddin.hpp"
 #include "note.hpp"
diff --git a/src/notebooks/notebookstreeview.hpp b/src/notebooks/notebookstreeview.hpp
index c27d5708..fadf34c0 100644
--- a/src/notebooks/notebookstreeview.hpp
+++ b/src/notebooks/notebookstreeview.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013 Aurimas Cernius
+ * Copyright (C) 2013,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -25,8 +25,6 @@
 
 #include <gtkmm/treeview.h>
 
-#include "base/macros.hpp"
-
 namespace gnote {
 
   class NoteManager;
diff --git a/src/noteeditor.hpp b/src/noteeditor.hpp
index 46936283..6a687510 100644
--- a/src/noteeditor.hpp
+++ b/src/noteeditor.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011,2013,2016-2017 Aurimas Cernius
+ * Copyright (C) 2011,2013,2016-2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -27,7 +27,6 @@
 #include <glibmm/refptr.h>
 #include <gtkmm/textview.h>
 
-#include "base/macros.hpp"
 #include "preferences.hpp"
 
 namespace gnote {
diff --git a/src/noterenamedialog.hpp b/src/noterenamedialog.hpp
index 905b5e31..042ac9bd 100644
--- a/src/noterenamedialog.hpp
+++ b/src/noterenamedialog.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011,2013-2014,2017 Aurimas Cernius
+ * Copyright (C) 2011,2013-2014,2017,2019 Aurimas Cernius
  * Copyright (C) 2010 Debarshi Ray
  *
  * This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,6 @@
 #include <gtkmm/radiobutton.h>
 #include <gtkmm/treeview.h>
 
-#include "base/macros.hpp"
 #include "note.hpp"
 
 namespace gnote {
diff --git a/src/notetag.hpp b/src/notetag.hpp
index efa76422..03918461 100644
--- a/src/notetag.hpp
+++ b/src/notetag.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011,2013-2014,2017 Aurimas Cernius
+ * Copyright (C) 2011,2013-2014,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,6 @@
 #include <gtkmm/texttag.h>
 #include <gtkmm/texttagtable.h>
 
-#include "base/macros.hpp"
 #include "contrast.hpp"
 #include "tag.hpp"
 #include "sharp/exception.hpp"
diff --git a/src/recenttreeview.hpp b/src/recenttreeview.hpp
index 3a8e45b6..7928363e 100644
--- a/src/recenttreeview.hpp
+++ b/src/recenttreeview.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013 Aurimas Cernius
+ * Copyright (C) 2012-2013,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -26,8 +26,6 @@
 
 #include <gtkmm/treeview.h>
 
-#include "base/macros.hpp"
-
 namespace gnote {
 
 class RecentTreeView
diff --git a/src/sharp/exception.hpp b/src/sharp/exception.hpp
index bfaffa6a..202e69ff 100644
--- a/src/sharp/exception.hpp
+++ b/src/sharp/exception.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013,2017 Aurimas Cernius
+ * Copyright (C) 2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -33,8 +33,6 @@
 
 #include <glibmm/ustring.h>
 
-#include "base/macros.hpp"
-
 namespace sharp {
 
 
diff --git a/src/sharp/modulefactory.hpp b/src/sharp/modulefactory.hpp
index c5a5a649..e4db7a53 100644
--- a/src/sharp/modulefactory.hpp
+++ b/src/sharp/modulefactory.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013 Aurimas Cernius
+ * Copyright (C) 2013,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -28,8 +28,6 @@
 #ifndef __SHARP_MODULE_FACTORY_HPP__
 #define __SHARP_MODULE_FACTORY_HPP__
 
-#include "base/macros.hpp"
-
 
 namespace sharp {
 
diff --git a/src/sharp/propertyeditor.hpp b/src/sharp/propertyeditor.hpp
index 68563f8b..73600677 100644
--- a/src/sharp/propertyeditor.hpp
+++ b/src/sharp/propertyeditor.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011,2013,2017 Aurimas Cernius
+ * Copyright (C) 2011,2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -36,8 +36,6 @@
 #include <gtkmm/entry.h>
 #include <gtkmm/togglebutton.h>
 
-#include "base/macros.hpp"
-
 namespace sharp {
 
   class PropertyEditorBase
diff --git a/src/synchronization/filesystemsyncserver.hpp b/src/synchronization/filesystemsyncserver.hpp
index bf8f731a..53200f16 100644
--- a/src/synchronization/filesystemsyncserver.hpp
+++ b/src/synchronization/filesystemsyncserver.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013,2017-2018 Aurimas Cernius
+ * Copyright (C) 2012-2013,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
@@ -21,7 +21,6 @@
 #ifndef _SYNCHRONIZATION_FILESYSTEMSYNCSERVER_HPP_
 #define _SYNCHRONIZATION_FILESYSTEMSYNCSERVER_HPP_
 
-#include "base/macros.hpp"
 #include "isyncmanager.hpp"
 #include "utils.hpp"
 #include "sharp/datetime.hpp"
diff --git a/src/synchronization/fusesyncserviceaddin.hpp b/src/synchronization/fusesyncserviceaddin.hpp
index 6fc28462..82610b11 100644
--- a/src/synchronization/fusesyncserviceaddin.hpp
+++ b/src/synchronization/fusesyncserviceaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2013,2017 Aurimas Cernius
+ * Copyright (C) 2012-2013,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
@@ -22,7 +22,6 @@
 
 #include <glibmm/spawn.h>
 
-#include "base/macros.hpp"
 #include "syncserviceaddin.hpp"
 #include "utils.hpp"
 
diff --git a/src/synchronization/gnotesyncclient.hpp b/src/synchronization/gnotesyncclient.hpp
index 8a5365ad..6e1bddc4 100644
--- a/src/synchronization/gnotesyncclient.hpp
+++ b/src/synchronization/gnotesyncclient.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2014,2017 Aurimas Cernius
+ * Copyright (C) 2012-2014,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
@@ -20,7 +20,6 @@
 
 #include <giomm/file.h>
 
-#include "base/macros.hpp"
 #include "isyncmanager.hpp"
 
 
diff --git a/src/synchronization/isyncmanager.hpp b/src/synchronization/isyncmanager.hpp
index ce61235f..ad20dc36 100644
--- a/src/synchronization/isyncmanager.hpp
+++ b/src/synchronization/isyncmanager.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2014,2017 Aurimas Cernius
+ * Copyright (C) 2012-2014,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 <list>
 
-#include "base/macros.hpp"
 #include "note.hpp"
 #include "syncui.hpp"
 #include "syncutils.hpp"
diff --git a/src/synchronization/syncdialog.hpp b/src/synchronization/syncdialog.hpp
index 0c9856de..e3dd73e3 100644
--- a/src/synchronization/syncdialog.hpp
+++ b/src/synchronization/syncdialog.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2014,2017 Aurimas Cernius
+ * Copyright (C) 2012-2014,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
@@ -28,7 +28,6 @@
 #include <gtkmm/treestore.h>
 #include <gtkmm/treeviewcolumn.h>
 
-#include "base/macros.hpp"
 #include "syncui.hpp"
 
 
diff --git a/src/synchronization/syncui.hpp b/src/synchronization/syncui.hpp
index 3d0459fb..6a7f4671 100644
--- a/src/synchronization/syncui.hpp
+++ b/src/synchronization/syncui.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2012-2014,2017 Aurimas Cernius
+ * Copyright (C) 2012-2014,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
@@ -26,7 +26,6 @@
 
 #include <glibmm/ustring.h>
 
-#include "base/macros.hpp"
 #include "syncutils.hpp"
 
 
diff --git a/src/test/testnotemanager.hpp b/src/test/testnotemanager.hpp
index 1be3332c..6ef08651 100644
--- a/src/test/testnotemanager.hpp
+++ b/src/test/testnotemanager.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2014 Aurimas Cernius
+ * Copyright (C) 2014,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
@@ -17,7 +17,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "base/macros.hpp"
 #include "notemanagerbase.hpp"
 
 
diff --git a/src/test/testsyncaddin.hpp b/src/test/testsyncaddin.hpp
index fa189e64..860adee4 100644
--- a/src/test/testsyncaddin.hpp
+++ b/src/test/testsyncaddin.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2017 Aurimas Cernius
+ * Copyright (C) 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
@@ -22,7 +22,6 @@
 #define _TESTSYNCADDIN_HPP_
 
 
-#include "base/macros.hpp"
 #include "synchronization/syncserviceaddin.hpp"
 
 
diff --git a/src/test/testsyncclient.hpp b/src/test/testsyncclient.hpp
index 067af82c..86736388 100644
--- a/src/test/testsyncclient.hpp
+++ b/src/test/testsyncclient.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2014,2017 Aurimas Cernius
+ * Copyright (C) 2014,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
@@ -21,7 +21,6 @@
 #ifndef _TEST_SYNCCLIENT_HPP_
 #define _TEST_SYNCCLIENT_HPP_
 
-#include "base/macros.hpp"
 #include "synchronization/gnotesyncclient.hpp"
 
 
diff --git a/src/test/testsyncmanager.hpp b/src/test/testsyncmanager.hpp
index 3dce6d48..bbb5e2e8 100644
--- a/src/test/testsyncmanager.hpp
+++ b/src/test/testsyncmanager.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2017-2018 Aurimas Cernius
+ * Copyright (C) 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
@@ -21,7 +21,6 @@
 #ifndef _TEST_TESTSYNCMANAGER_HPP_
 #define _TEST_TESTSYNCMANAGER_HPP_
 
-#include "base/macros.hpp"
 #include "synchronization/syncmanager.hpp"
 #include "testsyncclient.hpp"
 
diff --git a/src/test/testtagmanager.hpp b/src/test/testtagmanager.hpp
index 7bcd5249..2288a3cc 100644
--- a/src/test/testtagmanager.hpp
+++ b/src/test/testtagmanager.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2014,2017-2018 Aurimas Cernius
+ * Copyright (C) 2014,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
@@ -18,7 +18,6 @@
  */
 
 
-#include "base/macros.hpp"
 #include "itagmanager.hpp"
 
 namespace test {
diff --git a/src/trie.hpp b/src/trie.hpp
index 27bbe110..69d3ef28 100644
--- a/src/trie.hpp
+++ b/src/trie.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013-2014,2016-2017 Aurimas Cernius
+ * Copyright (C) 2013-2014,2016-2017,2019 Aurimas Cernius
  * Copyright (C) 2011 Debarshi Ray
  * Copyright (C) 2009 Hubert Figuiere
  *
@@ -25,7 +25,6 @@
 #include <list>
 #include <queue>
 
-#include "base/macros.hpp"
 #include "triehit.hpp"
 
 namespace gnote {
diff --git a/src/triehit.hpp b/src/triehit.hpp
index 52aa6253..6b7eb2da 100644
--- a/src/triehit.hpp
+++ b/src/triehit.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013,2017 Aurimas Cernius
+ * Copyright (C) 2013,2017,2019 Aurimas Cernius
  * Copyright (C) 2011 Debarshi Ray
  * Copyright (C) 2009 Hubert Figuiere
  *
@@ -26,8 +26,6 @@
 
 #include <glibmm/ustring.h>
 
-#include "base/macros.hpp"
-
 namespace gnote {
 
 template<class value_t>
diff --git a/src/undo.hpp b/src/undo.hpp
index cb176cda..3a8543e0 100644
--- a/src/undo.hpp
+++ b/src/undo.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013,2016-2017 Aurimas Cernius
+ * Copyright (C) 2013,2016-2017,2019 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,6 @@
 #include <gtkmm/texttag.h>
 #include <gtkmm/textiter.h>
 
-#include "base/macros.hpp"
 #include "noncopyable.hpp"
 #include "notebuffer.hpp"
 #include "utils.hpp"


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