diff options
Diffstat (limited to 'libappstream-glib/as-profile.h')
-rw-r--r-- | libappstream-glib/as-profile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libappstream-glib/as-profile.h b/libappstream-glib/as-profile.h index b82b72f..d6c93d9 100644 --- a/libappstream-glib/as-profile.h +++ b/libappstream-glib/as-profile.h @@ -5,8 +5,7 @@ * SPDX-License-Identifier: LGPL-2.1+ */ -#ifndef __AS_PROFILE_H -#define __AS_PROFILE_H +#pragma once #include <glib-object.h> @@ -44,5 +43,3 @@ void as_profile_task_free (AsProfileTask *ptask); G_DEFINE_AUTOPTR_CLEANUP_FUNC(AsProfileTask, as_profile_task_free) G_END_DECLS - -#endif /* __AS_PROFILE_H */ |