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
@ -17,8 +17,7 @@
|
||||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef META_WAYLAND_GTK_SHELL_H
|
||||
#define META_WAYLAND_GTK_SHELL_H
|
||||
#pragma once
|
||||
|
||||
#include "wayland/meta-wayland.h"
|
||||
|
||||
@ -27,5 +26,3 @@ G_DECLARE_FINAL_TYPE (MetaWaylandGtkShell, meta_wayland_gtk_shell,
|
||||
META, WAYLAND_GTK_SHELL, GObject)
|
||||
|
||||
void meta_wayland_init_gtk_shell (MetaWaylandCompositor *compositor);
|
||||
|
||||
#endif /* META_WAYLAND_GTK_SHELL_H */
|
||||
|
Reference in New Issue
Block a user