summaryrefslogtreecommitdiff
path: root/tests/plugins/self-dep/self-dep-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/self-dep/self-dep-plugin.h')
-rw-r--r--tests/plugins/self-dep/self-dep-plugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/plugins/self-dep/self-dep-plugin.h b/tests/plugins/self-dep/self-dep-plugin.h
index 0d30d3e..2c580a1 100644
--- a/tests/plugins/self-dep/self-dep-plugin.h
+++ b/tests/plugins/self-dep/self-dep-plugin.h
@@ -21,8 +21,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
-#ifndef __TESTING_SELF_DEP_PLUGIN_H__
-#define __TESTING_SELF_DEP_PLUGIN_H__
+#pragma once
#include <libpeas.h>
@@ -50,5 +49,3 @@ GType testing_self_dep_plugin_get_type (void) G_GNUC_CONST;
G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
G_END_DECLS
-
-#endif /* __TESTING_SELF_DEP_PLUGIN_H__ */