[eog/friemann/krifa75-pragma-once: 8/35] eog-session.h: use pragma once and remove unnecessary include




commit cae523d0fe1c2cd440de850776ac9c32015c293b
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Thu Mar 17 14:03:42 2022 +0100

    eog-session.h: use pragma once and remove unnecessary include

 src/eog-session.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-session.h b/src/eog-session.h
index 1855b394..450fbb44 100644
--- a/src/eog-session.h
+++ b/src/eog-session.h
@@ -23,8 +23,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_SESSION_H__
-#define __EOG_SESSION_H__
+#pragma once
 
 #include "eog-application.h"
 
@@ -42,5 +41,3 @@ G_GNUC_INTERNAL
 gboolean       eog_session_load                (void);
 
 G_END_DECLS
-
-#endif /* __EOG_SESSION_H__ */


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