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

@ -17,8 +17,7 @@
* Author: José Expósito <jose.exposito89@gmail.com>
*/
#ifndef META_WAYLAND_POINTER_GESTURE_HOLD_H
#define META_WAYLAND_POINTER_GESTURE_HOLD_H
#pragma once
#include <glib.h>
#include <wayland-server.h>
@ -36,5 +35,3 @@ void meta_wayland_pointer_gesture_hold_create_new_resource (MetaWaylandPointer *
void meta_wayland_pointer_gesture_hold_cancel (MetaWaylandPointer *pointer,
uint32_t serial);
#endif /* META_WAYLAND_POINTER_GESTURE_HOLD_H */