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




commit 57e5635384437274c2287f23f8628e444cf86f6d
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 19:48:50 2022 +0200

    EogPrint: Replace include guard with #pragma once

 src/eog-print.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-print.h b/src/eog-print.h
index 1e98a031..2887fb59 100644
--- a/src/eog-print.h
+++ b/src/eog-print.h
@@ -19,8 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_PRINT_H__
-#define __EOG_PRINT_H__
+#pragma once
 
 #include "eog-image.h"
 #include <gtk/gtk.h>
@@ -45,5 +44,3 @@ G_GNUC_INTERNAL
 void                  eog_print_set_print_settings (GtkPrintSettings *print_settings);
 
 G_END_DECLS
-
-#endif /* __EOG_PRINT_H__ */


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