[eog/friemann/krifa75-pragma-once: 11/35] eog-details-dialog: use pragma once, remove unnecessary includes and priv pointers




commit fcc9c75b8be8362658f12aa1a8e233c1efedb83e
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Mar 19 17:49:30 2022 +0100

    eog-details-dialog: use pragma once, remove unnecessary includes and priv pointers

 src/eog-details-dialog.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/eog-details-dialog.h b/src/eog-details-dialog.h
index 680f3b42..3c0bea71 100644
--- a/src/eog-details-dialog.h
+++ b/src/eog-details-dialog.h
@@ -20,8 +20,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_DETAILS_DIALOG_H__
-#define __EOG_DETAILS_DIALOG_H__
+#pragma once
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -69,4 +68,3 @@ void      eog_details_dialog_update   (EogDetailsDialog     *details_dialog,
 G_END_DECLS
 
 #endif /* defined(HAVE_EXIF) || defined(HAVE_EXEMPI) */
-#endif /* __EOG_DETAILS_DIALOG_H__ */


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