summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-builder/asb-plugin.h')
-rw-r--r--libappstream-builder/asb-plugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libappstream-builder/asb-plugin.h b/libappstream-builder/asb-plugin.h
index 8d22e9c..bfbefa1 100644
--- a/libappstream-builder/asb-plugin.h
+++ b/libappstream-builder/asb-plugin.h
@@ -5,8 +5,7 @@
* SPDX-License-Identifier: LGPL-2.1+
*/
-#ifndef __ASB_PLUGIN_H
-#define __ASB_PLUGIN_H
+#pragma once
#include <glib-object.h>
#include <gmodule.h>
@@ -87,5 +86,3 @@ gboolean asb_plugin_match_glob (const gchar *glob,
const gchar *value);
G_END_DECLS
-
-#endif /* __ASB_PLUGIN_H */