[eog/friemann/krifa75-pragma-once: 34/35] EogZoomEntry: Replace include guard with #pragma once




commit 65fb4874b751652ec977dcce9d691a4cc9dcb26e
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 20:18:09 2022 +0200

    EogZoomEntry: Replace include guard with #pragma once

 src/eog-zoom-entry.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-zoom-entry.h b/src/eog-zoom-entry.h
index a4ff7169..8f538216 100644
--- a/src/eog-zoom-entry.h
+++ b/src/eog-zoom-entry.h
@@ -23,8 +23,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
-#ifndef EOG_ZOOM_ENTRY_H
-#define EOG_ZOOM_ENTRY_H
+#pragma once
 
 #include <glib.h>
 #include <glib-object.h>
@@ -37,5 +36,3 @@
 G_DECLARE_FINAL_TYPE(EogZoomEntry, eog_zoom_entry, EOG, ZOOM_ENTRY, GtkBox);
 
 GtkWidget* eog_zoom_entry_new (EogScrollView *view, GMenu *menu);
-
-#endif /* EOG_ZOOM_ENTRY_H */


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