summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-checksum.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-checksum.h
parentbfd968046dbaf2580b0c9b7a073ea4caf43fd833 (diff)
downloadappstream-glib-87b7483e79c2dd416fc06d291a784530fa613dbd.tar.gz
Use '#pragma once' to avoid a lot of boilerplate
Diffstat (limited to 'libappstream-glib/as-checksum.h')
-rw-r--r--libappstream-glib/as-checksum.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libappstream-glib/as-checksum.h b/libappstream-glib/as-checksum.h
index bdc24dd..8ffe50b 100644
--- a/libappstream-glib/as-checksum.h
+++ b/libappstream-glib/as-checksum.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_CHECKSUM_H
-#define __AS_CHECKSUM_H
-
#include <glib-object.h>
G_BEGIN_DECLS
@@ -74,5 +73,3 @@ void as_checksum_set_target (AsChecksum *checksum,
AsChecksumTarget target);
G_END_DECLS
-
-#endif /* __AS_CHECKSUM_H */