gir: Use pragma once for the inclusion guard

This commit is contained in:
Emmanuele Bassi
2023-11-07 18:23:17 +00:00
parent 75800b6b09
commit b3dfaf5e97
25 changed files with 25 additions and 127 deletions

View File

@@ -22,8 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
#ifndef __GIFIELDINFO_H__
#define __GIFIELDINFO_H__
#pragma once
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
#error "Only <girepository.h> can be included directly."
@@ -67,7 +66,3 @@ gboolean g_field_info_set_field (GIFieldInfo *field_info,
const GIArgument *value);
G_END_DECLS
#endif /* __GIFIELDINFO_H__ */