summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-store.h')
-rw-r--r--libappstream-glib/as-store.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libappstream-glib/as-store.h b/libappstream-glib/as-store.h
index 0bb1947..1eb1acf 100644
--- a/libappstream-glib/as-store.h
+++ b/libappstream-glib/as-store.h
@@ -5,13 +5,12 @@
* SPDX-License-Identifier: LGPL-2.1+
*/
+#pragma once
+
#if !defined (__APPSTREAM_GLIB_H) && !defined (AS_COMPILATION)
#error "Only <appstream-glib.h> can be included directly."
#endif
-#ifndef __AS_STORE_H
-#define __AS_STORE_H
-
#include <glib-object.h>
#include <gio/gio.h>
@@ -276,5 +275,3 @@ void as_store_remove_filter (AsStore *store,
AsAppKind kind);
G_END_DECLS
-
-#endif /* __AS_STORE_H */