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




commit 424a29a99bdf112486b4e448b6f2c0e096341d80
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 20:06:20 2022 +0200

    EogWindow: Replace include guard with #pragma once

 src/eog-window.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-window.h b/src/eog-window.h
index 1370a52e..c9b42757 100644
--- a/src/eog-window.h
+++ b/src/eog-window.h
@@ -25,8 +25,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#ifndef __EOG_WINDOW_H__
-#define __EOG_WINDOW_H__
+#pragma once
 
 #include "eog-list-store.h"
 #include "eog-image.h"
@@ -137,5 +136,3 @@ void          eog_window_show_preferences_dialog (EogWindow *window);
 void          eog_window_close          (EogWindow *window);
 
 G_END_DECLS
-
-#endif


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