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




commit c9e5c9c1299fc850ecdbdf56d353adfb42db6a41
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 20:17:20 2022 +0200

    EogSidebar: Replace include guard with #pragma once

 src/eog-sidebar.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/src/eog-sidebar.h b/src/eog-sidebar.h
index 099d9c83..94b12d88 100644
--- a/src/eog-sidebar.h
+++ b/src/eog-sidebar.h
@@ -23,8 +23,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_SIDEBAR_H__
-#define __EOG_SIDEBAR_H__
+#pragma once
 
 #include <gtk/gtk.h>
 
@@ -81,6 +80,3 @@ gboolean   eog_sidebar_is_empty     (EogSidebar  *eog_sidebar);
 
 G_END_DECLS
 
-#endif /* __EOG_SIDEBAR_H__ */
-
-


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