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

@ -18,8 +18,7 @@
*
*/
#ifndef META_DBUS_SERVICE_MANAGER_H
#define META_DBUS_SERVICE_MANAGER_H
#pragma once
#include <gio/gio.h>
#include <glib-object.h>
@ -54,5 +53,3 @@ MetaBackend * meta_dbus_session_manager_get_backend (MetaDbusSessionManager *ses
GDBusConnection * meta_dbus_session_manager_get_connection (MetaDbusSessionManager *session_manager);
GDBusInterfaceSkeleton * meta_dbus_session_manager_get_interface_skeleton (MetaDbusSessionManager *session_manager);
#endif /* META_DBUS_SERVICE_MANAGER_H */