[eog/friemann/krifa75-pragma-once: 19/35] EogPluginEngine: Replace include guard with #pragma once
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog/friemann/krifa75-pragma-once: 19/35] EogPluginEngine: Replace include guard with #pragma once
- Date: Sat, 9 Jul 2022 18:20:42 +0000 (UTC)
commit f7d995227c8bfeb0f94af901c6040c9510421d92
Author: Krifa75 <yahiaoui fakhri gmail com>
Date: Sat Jul 9 19:44:22 2022 +0200
EogPluginEngine: Replace include guard with #pragma once
src/eog-plugin-engine.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/src/eog-plugin-engine.h b/src/eog-plugin-engine.h
index 1e041a1c..59ab2615 100644
--- a/src/eog-plugin-engine.h
+++ b/src/eog-plugin-engine.h
@@ -22,8 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifndef __EOG_PLUGIN_ENGINE_H__
-#define __EOG_PLUGIN_ENGINE_H__
+#pragma once
#include <libpeas/peas-engine.h>
#include <glib.h>
@@ -58,5 +57,3 @@ G_GNUC_INTERNAL
EogPluginEngine* eog_plugin_engine_new (void);
G_END_DECLS
-
-#endif /* __EOG_PLUGIN_ENGINE_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]