summaryrefslogtreecommitdiff
path: root/tests/plugins/loadable/loadable-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/loadable/loadable-plugin.h')
-rw-r--r--tests/plugins/loadable/loadable-plugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/plugins/loadable/loadable-plugin.h b/tests/plugins/loadable/loadable-plugin.h
index ba7af25..08207b9 100644
--- a/tests/plugins/loadable/loadable-plugin.h
+++ b/tests/plugins/loadable/loadable-plugin.h
@@ -21,8 +21,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
-#ifndef __TESTING_LOADABLE_PLUGIN_H__
-#define __TESTING_LOADABLE_PLUGIN_H__
+#pragma once
#include <libpeas.h>
@@ -56,5 +55,3 @@ GType testing_loadable_plugin_get_type (void) G_GNUC_CONST;
G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
G_END_DECLS
-
-#endif /* __TESTING_LOADABLE_PLUGIN_H__ */