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




commit 0975ae4db232a7f7f7eda678ae33b5668940169f
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 20:04:51 2022 +0200

    EogThumbNav: Replace include guard with #pragma once

 src/eog-thumb-nav.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/eog-thumb-nav.h b/src/eog-thumb-nav.h
index 5dce498e..ee175274 100644
--- a/src/eog-thumb-nav.h
+++ b/src/eog-thumb-nav.h
@@ -19,8 +19,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_THUMB_NAV_H__
-#define __EOG_THUMB_NAV_H__
+#pragma once
 
 #include "eog-thumb-view.h"
 
@@ -76,4 +75,3 @@ void             eog_thumb_nav_set_mode          (EogThumbNav       *nav,
 
 G_END_DECLS
 
-#endif /* __EOG_THUMB_NAV_H__ */


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