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




commit 7a2c97a1239f186eedd92f7bd9387cf2394824cd
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Sat Jul 9 19:45:33 2022 +0200

    EogUriConverter: Replace include guard with #pragma once

 src/eog-uri-converter.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-uri-converter.h b/src/eog-uri-converter.h
index a1881528..4dd74a2a 100644
--- a/src/eog-uri-converter.h
+++ b/src/eog-uri-converter.h
@@ -1,5 +1,4 @@
-#ifndef _EOG_URI_CONVERTER_H_
-#define _EOG_URI_CONVERTER_H_
+#pragma once
 
 #include <glib-object.h>
 #include "eog-image.h"
@@ -95,5 +94,3 @@ G_GNUC_INTERNAL
 void                eog_uri_converter_print_list (EogURIConverter *conv);
 
 G_END_DECLS
-
-#endif /* _EOG_URI_CONVERTER_H_ */


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