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




commit 09d2362bcbc98914cf56dc6a0800106351908fb8
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 19:59:22 2022 +0200

    EogThumbView: Replace include guard with #pragma once

 src/eog-thumb-view.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-thumb-view.h b/src/eog-thumb-view.h
index a194246a..ae478e23 100644
--- a/src/eog-thumb-view.h
+++ b/src/eog-thumb-view.h
@@ -19,8 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef EOG_THUMB_VIEW_H
-#define EOG_THUMB_VIEW_H
+#pragma once
 
 #include "eog-image.h"
 #include "eog-list-store.h"
@@ -83,5 +82,3 @@ void        eog_thumb_view_set_thumbnail_popup      (EogThumbView *thumbview,
                                                     GtkMenu      *menu);
 
 G_END_DECLS
-
-#endif /* EOG_THUMB_VIEW_H */


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