[eog/friemann/krifa75-pragma-once: 16/35] EogJobs: 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: 16/35] EogJobs: Replace include guard with #pragma once
- Date: Sat, 9 Jul 2022 18:20:42 +0000 (UTC)
commit bc22e314452f0d5ef96b9980ce784c97b2cbc215
Author: Krifa75 <yahiaoui fakhri gmail com>
Date: Sat Jul 9 19:40:47 2022 +0200
EogJobs: Replace include guard with #pragma once
src/eog-jobs.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-jobs.h b/src/eog-jobs.h
index 6dbce099..6de7563f 100644
--- a/src/eog-jobs.h
+++ b/src/eog-jobs.h
@@ -22,8 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifndef __EOG_JOBS_H__
-#define __EOG_JOBS_H__
+#pragma once
#include "eog-enums.h"
#include "eog-image.h"
@@ -296,5 +295,3 @@ EogJob *eog_job_transform_new (GList *images,
EogTransform *transform);
G_END_DECLS
-
-#endif /* __EOG_JOBS_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]