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

@ -19,8 +19,7 @@
* 02111-1307, USA.
*/
#ifndef META_WAYLAND_CURSOR_SURFACE_H
#define META_WAYLAND_CURSOR_SURFACE_H
#pragma once
#include "backends/meta-cursor-renderer.h"
#include "wayland/meta-wayland-surface.h"
@ -47,6 +46,3 @@ void meta_wayland_cursor_surface_get_hotspot (MetaWaylandCursor
void meta_wayland_cursor_surface_set_renderer (MetaWaylandCursorSurface *cursor_surface,
MetaCursorRenderer *renderer);
MetaCursorRenderer * meta_wayland_cursor_surface_get_renderer (MetaWaylandCursorSurface *cursor_surface);
#endif /* META_WAYLAND_CURSOR_SURFACE_H */