[eog/friemann/krifa75-pragma-once: 1/35] zoom.h: use pragma once




commit e4e0c30bc878b06b0529e67de077b4be553388a7
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Thu Mar 17 00:02:48 2022 +0100

    zoom.h: use pragma once

 src/zoom.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/zoom.h b/src/zoom.h
index d082e4b1..b7d1f8e6 100644
--- a/src/zoom.h
+++ b/src/zoom.h
@@ -19,8 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef ZOOM_H
-#define ZOOM_H
+#pragma once
 
 #include <glib.h>
 
@@ -34,5 +33,3 @@ G_GNUC_INTERNAL
 double zoom_fit_scale (guint dest_width, guint dest_height,
                       guint src_width, guint src_height,
                       gboolean upscale_smaller);
-
-#endif


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