[gnote] Cleanup includes
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Cleanup includes
- Date: Thu, 26 Jan 2017 21:40:06 +0000 (UTC)
commit 18ff722dccd4c2df797feaf4b81db167e72ab08b
Author: Aurimas Černius <aurisc4 gmail com>
Date: Thu Jan 26 23:13:08 2017 +0200
Cleanup includes
src/addins/bugzilla/bugzillapreferences.cpp | 1 +
.../filesystemsyncserviceaddin.cpp | 3 ++-
src/sharp/directory.hpp | 6 ++----
src/synchronization/filesystemsyncserver.cpp | 1 +
4 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/src/addins/bugzilla/bugzillapreferences.cpp b/src/addins/bugzilla/bugzillapreferences.cpp
index a45b5eb..2a5eccc 100644
--- a/src/addins/bugzilla/bugzillapreferences.cpp
+++ b/src/addins/bugzilla/bugzillapreferences.cpp
@@ -23,6 +23,7 @@
#include <glib.h>
#include <glibmm/i18n.h>
+#include <glibmm/miscutils.h>
#include <gtkmm/buttonbox.h>
#include <gtkmm/filechooserdialog.h>
#include <gtkmm/label.h>
diff --git a/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.cpp
b/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.cpp
index e16b052..83befc9 100644
--- a/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.cpp
+++ b/src/addins/filesystemsyncservice/filesystemsyncserviceaddin.cpp
@@ -1,7 +1,7 @@
/*
* gnote
*
- * Copyright (C) 2012-2013 Aurimas Cernius
+ * Copyright (C) 2012-2013,2017 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,6 +22,7 @@
#include <stdexcept>
#include <glibmm/i18n.h>
+#include <glibmm/miscutils.h>
#include <gtkmm/label.h>
#include <gtkmm/table.h>
diff --git a/src/sharp/directory.hpp b/src/sharp/directory.hpp
index 545cebc..34be03c 100644
--- a/src/sharp/directory.hpp
+++ b/src/sharp/directory.hpp
@@ -1,7 +1,7 @@
/*
* gnote
*
- * Copyright (C) 2012 Aurimas Cernius
+ * Copyright (C) 2012,2017 Aurimas Cernius
* Copyright (C) 2009 Hubert Figuiere
*
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -30,10 +30,8 @@
#define __SHARP_DIRECTORY_HPP_
#include <list>
-#include <string>
-#include <glibmm.h>
-#include <giomm.h>
+#include <giomm/file.h>
namespace sharp {
diff --git a/src/synchronization/filesystemsyncserver.cpp b/src/synchronization/filesystemsyncserver.cpp
index fa60185..7540775 100644
--- a/src/synchronization/filesystemsyncserver.cpp
+++ b/src/synchronization/filesystemsyncserver.cpp
@@ -23,6 +23,7 @@
#include <stdexcept>
#include <glibmm/i18n.h>
+#include <glibmm/miscutils.h>
#include "debug.hpp"
#include "filesystemsyncserver.hpp"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]