mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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 @@
|
||||
* Author: Carlos Garnacho <carlosg@gnome.org>
|
||||
*/
|
||||
|
||||
#ifndef META_INPUT_THREAD_H
|
||||
#define META_INPUT_THREAD_H
|
||||
#pragma once
|
||||
|
||||
#define META_INPUT_THREAD_H_INSIDE
|
||||
|
||||
@ -29,5 +28,3 @@
|
||||
#include "src/backends/native/meta-seat-impl.h"
|
||||
|
||||
#undef META_INPUT_THREAD_H_INSIDE
|
||||
|
||||
#endif /* META_INPUT_THREAD_H */
|
||||
|
Reference in New Issue
Block a user