diff options
author | Richard Hughes <richard@hughsie.com> | 2019-02-09 09:15:31 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2019-02-09 17:33:43 +0000 |
commit | 87b7483e79c2dd416fc06d291a784530fa613dbd (patch) | |
tree | 14084c6ea2c8b020f4d6385d2ae261cb1afadb7f /libappstream-glib/as-enums.h | |
parent | bfd968046dbaf2580b0c9b7a073ea4caf43fd833 (diff) | |
download | appstream-glib-87b7483e79c2dd416fc06d291a784530fa613dbd.tar.gz |
Use '#pragma once' to avoid a lot of boilerplate
Diffstat (limited to 'libappstream-glib/as-enums.h')
-rw-r--r-- | libappstream-glib/as-enums.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libappstream-glib/as-enums.h b/libappstream-glib/as-enums.h index 2e1995c..4671551 100644 --- a/libappstream-glib/as-enums.h +++ b/libappstream-glib/as-enums.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_ENUMS_H -#define __AS_ENUMS_H - #include <glib.h> G_BEGIN_DECLS @@ -163,5 +162,3 @@ G_DEPRECATED_FOR(as_app_kind_from_string); G_GNUC_END_IGNORE_DEPRECATIONS G_END_DECLS - -#endif /* __AS_ENUMS_H */ |