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
@ -18,8 +18,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef META_INPUT_CAPTURE_SESSION_H
|
||||
#define META_INPUT_CAPTURE_SESSION_H
|
||||
#pragma once
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
@ -44,5 +43,3 @@ gboolean meta_input_capture_session_process_event (MetaInputCaptureSession *sess
|
||||
const ClutterEvent *event);
|
||||
|
||||
void meta_input_capture_session_notify_cancelled (MetaInputCaptureSession *session);
|
||||
|
||||
#endif /* META_INPUT_CAPTURE_SESSION_H */
|
||||
|
Reference in New Issue
Block a user