[eog/friemann/krifa75-pragma-once: 3/35] eog-thumbnail.h : use pragma once and remove unnecessary include
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog/friemann/krifa75-pragma-once: 3/35] eog-thumbnail.h : use pragma once and remove unnecessary include
- Date: Sat, 9 Jul 2022 18:20:41 +0000 (UTC)
commit 59bb5b5c2be747022ab5640cd5a30379ac91b832
Author: Krifa75 <yahiaoui fakhri gmail com>
Date: Thu Mar 17 00:39:53 2022 +0100
eog-thumbnail.h : use pragma once and remove unnecessary include
src/eog-thumbnail.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-thumbnail.h b/src/eog-thumbnail.h
index 5d4fb301..9c213ca4 100644
--- a/src/eog-thumbnail.h
+++ b/src/eog-thumbnail.h
@@ -22,8 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifndef _EOG_THUMBNAIL_H_
-#define _EOG_THUMBNAIL_H_
+#pragma once
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "eog-image.h"
@@ -44,5 +43,3 @@ GdkPixbuf* eog_thumbnail_load (EogImage *image,
#define EOG_THUMBNAIL_ORIGINAL_HEIGHT "eog-thumbnail-orig-height"
G_END_DECLS
-
-#endif /* _EOG_THUMBNAIL_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]