summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-release-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-02-09 09:15:31 +0000
committerRichard Hughes <richard@hughsie.com>2019-02-09 17:33:43 +0000
commit87b7483e79c2dd416fc06d291a784530fa613dbd (patch)
tree14084c6ea2c8b020f4d6385d2ae261cb1afadb7f /libappstream-glib/as-release-private.h
parentbfd968046dbaf2580b0c9b7a073ea4caf43fd833 (diff)
downloadappstream-glib-87b7483e79c2dd416fc06d291a784530fa613dbd.tar.gz
Use '#pragma once' to avoid a lot of boilerplate
Diffstat (limited to 'libappstream-glib/as-release-private.h')
-rw-r--r--libappstream-glib/as-release-private.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libappstream-glib/as-release-private.h b/libappstream-glib/as-release-private.h
index 7bd49df..a290142 100644
--- a/libappstream-glib/as-release-private.h
+++ b/libappstream-glib/as-release-private.h
@@ -5,13 +5,12 @@
* SPDX-License-Identifier: LGPL-2.1+
*/
+#pragma once
+
#if !defined (__APPSTREAM_GLIB_PRIVATE_H) && !defined (AS_COMPILATION)
#error "Only <appstream-glib.h> can be included directly."
#endif
-#ifndef __AS_RELEASE_PRIVATE_H
-#define __AS_RELEASE_PRIVATE_H
-
#include "as-release.h"
#include "as-node-private.h"
@@ -30,5 +29,3 @@ gboolean as_release_node_parse_dep11 (AsRelease *release,
GError **error);
G_END_DECLS
-
-#endif /* __AS_RELEASE_PRIVATE_H */