[eog/friemann/krifa75-pragma-once: 2/35] eog-window-activatable.h : use pragma once




commit dfdfb8878af009374b2fdc3b6c9acc2f1ee390ec
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Thu Mar 17 00:35:26 2022 +0100

    eog-window-activatable.h : use pragma once

 src/eog-window-activatable.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/eog-window-activatable.h b/src/eog-window-activatable.h
index 6bdc0247..a2957f37 100644
--- a/src/eog-window-activatable.h
+++ b/src/eog-window-activatable.h
@@ -24,8 +24,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_WINDOW_ACTIVATABLE_H__
-#define __EOG_WINDOW_ACTIVATABLE_H__
+#pragma once
 
 #include <glib-object.h>
 
@@ -48,4 +47,3 @@ void  eog_window_activatable_activate     (EogWindowActivatable *activatable);
 void   eog_window_activatable_deactivate   (EogWindowActivatable *activatable);
 
 G_END_DECLS
-#endif /* __EOG_WINDOW_ACTIVATABLE_H__ */


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