[eog/friemann/krifa75-pragma-once: 5/35] eog-debug.h: use pragma once




commit 90deb0a180783891425981cb5d793b687ae062bc
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Thu Mar 17 11:57:52 2022 +0100

    eog-debug.h: use pragma once

 src/eog-debug.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-debug.h b/src/eog-debug.h
index a6a1405c..15a94dca 100644
--- a/src/eog-debug.h
+++ b/src/eog-debug.h
@@ -25,8 +25,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_DEBUG_H__
-#define __EOG_DEBUG_H__
+#pragma once
 
 #include <glib.h>
 
@@ -73,5 +72,3 @@ void   eog_debug_message     (EogDebug    section,
                              gint               line,
                              const gchar       *function,
                              const gchar       *format, ...) G_GNUC_PRINTF(5, 6);
-
-#endif /* __EOG_DEBUG_H__ */


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