[eog/friemann/krifa75-pragma-once: 26/35] EogPrintImageSetup: Replace include guard with #pragma once
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog/friemann/krifa75-pragma-once: 26/35] EogPrintImageSetup: Replace include guard with #pragma once
- Date: Sat, 9 Jul 2022 18:20:42 +0000 (UTC)
commit 3a5790e62b3f1f04e7ec674b5d1fcdbb3e007475
Author: Krifa75 <yahiaoui fakhri gmail com>
Date: Sat Jul 9 19:55:03 2022 +0200
EogPrintImageSetup: Replace include guard with #pragma once
Also reorder the other includes below.
src/eog-print-image-setup.h | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/eog-print-image-setup.h b/src/eog-print-image-setup.h
index 1d74d780..cb993ff1 100644
--- a/src/eog-print-image-setup.h
+++ b/src/eog-print-image-setup.h
@@ -19,10 +19,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include "eog-image.h"
+#pragma once
-#ifndef EOG_PRINT_IMAGE_SETUP_H
-#define EOG_PRINT_IMAGE_SETUP_H
+#include "eog-image.h"
G_BEGIN_DECLS
@@ -68,5 +67,3 @@ void eog_print_image_setup_update (GtkPrintOperation *operatio
gpointer user_data);
G_END_DECLS
-
-#endif /* EOG_PRINT_IMAGE_SETUP_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]