[gnome-calendar/gbsneto/range: 5/12] range-tree: Cleanup header



commit a8b43ddc757acb258230b3a2528cf73c5987a6e2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Apr 12 21:13:30 2020 -0300

    range-tree: Cleanup header

 src/core/gcal-range-tree.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/core/gcal-range-tree.h b/src/core/gcal-range-tree.h
index 53cff2f3..b5e1bbc5 100644
--- a/src/core/gcal-range-tree.h
+++ b/src/core/gcal-range-tree.h
@@ -1,6 +1,6 @@
 /* gcal-range-tree.h
  *
- * Copyright (C) 2016 Georges Basile Stavracas Neto <georges stavracas gmail com>
+ * Copyright (C) 2016-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 GCAL_RANGE_TREE_H
-#define GCAL_RANGE_TREE_H
+#pragma once
 
 #include <glib-object.h>
 
@@ -89,5 +88,3 @@ guint64              gcal_range_tree_count_entries_at_range      (GcalRangeTree
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GcalRangeTree, gcal_range_tree_unref)
 
 G_END_DECLS
-
-#endif /* GCAL_RANGE_TREE_H */


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