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




commit 704b47bc6c1dbec63f7e5273d30b2da6c7a92ccc
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 19:58:24 2022 +0200

    EogCloseConfirmationDialog: Replace include guard with #pragma once

 src/eog-close-confirmation-dialog.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-close-confirmation-dialog.h b/src/eog-close-confirmation-dialog.h
index e809a326..6bb0e12a 100644
--- a/src/eog-close-confirmation-dialog.h
+++ b/src/eog-close-confirmation-dialog.h
@@ -23,8 +23,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_CLOSE_CONFIRMATION_DIALOG_H__
-#define __EOG_CLOSE_CONFIRMATION_DIALOG_H__
+#pragma once
 
 #include <glib.h>
 #include <gtk/gtk.h>
@@ -93,5 +92,3 @@ GList         *eog_close_confirmation_dialog_get_selected_images      (EogCloseConfirmationD
 G_GNUC_INTERNAL
 void            eog_close_confirmation_dialog_set_sensitive            (EogCloseConfirmationDialog *dlg, 
gboolean value);
 
-#endif /* __EOG_CLOSE_CONFIRMATION_DIALOG_H__ */
-


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