[eog/friemann/krifa75-pragma-once: 21/35] EogListStore: Replace include guard with #pragma once




commit fc04f0a720ce1aa89802649c54832fed6f0a2e88
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 19:47:24 2022 +0200

    EogListStore: Replace include guard with #pragma once

 src/eog-list-store.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-list-store.h b/src/eog-list-store.h
index 06b5c638..91e80463 100644
--- a/src/eog-list-store.h
+++ b/src/eog-list-store.h
@@ -21,8 +21,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef EOG_LIST_STORE_H
-#define EOG_LIST_STORE_H
+#pragma once
 
 #include <gtk/gtk.h>
 #include <glib-object.h>
@@ -111,5 +110,3 @@ void            eog_list_store_thumbnail_refresh     (EogListStore *store,
                                                      GtkTreeIter *iter);
 
 G_END_DECLS
-
-#endif


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