cleanup: Switch to pragma once
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3157>
This commit is contained in:

committed by
Marge Bot

parent
d291d4a733
commit
ead9a3024c
@ -19,8 +19,7 @@
|
||||
* Author: Carlos Garnacho <carlosg@gnome.org>
|
||||
*/
|
||||
|
||||
#ifndef META_SELECTION_SOURCE_WAYLAND_H
|
||||
#define META_SELECTION_SOURCE_WAYLAND_H
|
||||
#pragma once
|
||||
|
||||
#include <wayland-server.h>
|
||||
|
||||
@ -36,4 +35,3 @@ G_DECLARE_FINAL_TYPE (MetaSelectionSourceWayland,
|
||||
|
||||
MetaSelectionSource * meta_selection_source_wayland_new (MetaWaylandDataSource *source);
|
||||
|
||||
#endif /* META_SELECTION_SOURCE_WAYLAND_H */
|
||||
|
Reference in New Issue
Block a user