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-icon.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-icon.h')
-rw-r--r-- | libappstream-glib/as-icon.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libappstream-glib/as-icon.h b/libappstream-glib/as-icon.h index ba0c197..3103c13 100644 --- a/libappstream-glib/as-icon.h +++ b/libappstream-glib/as-icon.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_ICON_H -#define __AS_ICON_H - #include <glib-object.h> #include <gdk-pixbuf/gdk-pixbuf.h> @@ -131,5 +130,3 @@ gboolean as_icon_convert_to_kind (AsIcon *icon, GError **error); G_END_DECLS - -#endif /* __AS_ICON_H */ |