[eog/friemann/krifa75-pragma-once: 9/35] eog-exif-util.h: use pragma once and remove unnecessary includes




commit 57e419e3c4a54a17396f2620ee0fc097ad4842cd
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Thu Mar 17 14:34:57 2022 +0100

    eog-exif-util.h: use pragma once and remove unnecessary includes

 src/eog-exif-util.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-exif-util.h b/src/eog-exif-util.h
index 5f54a8bc..fdb8ef9f 100644
--- a/src/eog-exif-util.h
+++ b/src/eog-exif-util.h
@@ -24,8 +24,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_EXIF_UTIL_H__
-#define __EOG_EXIF_UTIL_H__
+#pragma once
 
 #include <glib.h>
 #include <glib-object.h>
@@ -59,5 +58,3 @@ ExifData    *eog_exif_data_copy                  (ExifData *data);
 void         eog_exif_data_free                  (ExifData *data);
 
 G_END_DECLS
-
-#endif /* __EOG_EXIF_UTIL_H__ */


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