[gnome-todo] eds/provider-eds: Use pragma once



commit a38a4c43129eec58ace5bc2e7cf147fd4c3f0543
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Apr 26 18:30:56 2020 -0300

    eds/provider-eds: Use pragma once

 plugins/eds/gtd-provider-eds.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/plugins/eds/gtd-provider-eds.h b/plugins/eds/gtd-provider-eds.h
index 825f721..54ef5f9 100644
--- a/plugins/eds/gtd-provider-eds.h
+++ b/plugins/eds/gtd-provider-eds.h
@@ -1,6 +1,6 @@
 /* gtd-provider-eds.h
  *
- * Copyright (C) 2015 Georges Basile Stavracas Neto <georges stavracas gmail com>
+ * Copyright (C) 2015-2020 Georges Basile Stavracas Neto <georges stavracas gmail com>
  *
  * 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
@@ -16,8 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef GTD_PROVIDER_EDS_H
-#define GTD_PROVIDER_EDS_H
+#pragma once
 
 #include "gnome-todo.h"
 
@@ -57,5 +56,3 @@ GtdProviderEds*      gtd_provider_eds_new                        (ESourceRegistr
 ESourceRegistry*     gtd_provider_eds_get_registry               (GtdProviderEds     *local);
 
 G_END_DECLS
-
-#endif /* GTD_PROVIDER_EDS_H */


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