cleanup: Switch to pragma once

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3157>
This commit is contained in:
Bilal Elmoussaoui
2023-07-21 15:37:20 +02:00
committed by Marge Bot
parent d291d4a733
commit ead9a3024c
721 changed files with 782 additions and 3008 deletions

View File

@ -22,8 +22,7 @@
* Jonas Ådahl <jadahl@gmail.com>
*/
#ifndef META_POINTER_LOCK_WAYLAND_H
#define META_POINTER_LOCK_WAYLAND_H
#pragma once
#include <glib-object.h>
@ -38,5 +37,3 @@ G_DECLARE_FINAL_TYPE (MetaPointerLockWayland, meta_pointer_lock_wayland,
MetaPointerConfinementWayland *meta_pointer_lock_wayland_new (MetaWaylandPointerConstraint *constraint);
G_END_DECLS
#endif /* META_LOCK_WAYLAND_H */