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




commit 3e6621eb9ee86d693f4ecbd9a92ce716ce7fd2c8
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 20:18:53 2022 +0200

    EogUtil: Replace include guard with #pragma once

 src/eog-util.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-util.h b/src/eog-util.h
index ee77d5ad..c4a72e8d 100644
--- a/src/eog-util.h
+++ b/src/eog-util.h
@@ -22,8 +22,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_UTIL_H__
-#define __EOG_UTIL_H__
+#pragma once
 
 #include <gtk/gtk.h>
 
@@ -85,5 +84,3 @@ void     eog_util_set_wallpaper_with_portal     (GFile *file,
 #endif
 
 G_END_DECLS
-
-#endif /* __EOG_UTIL_H__ */


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