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
@ -22,8 +22,7 @@
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef META_STARTUP_NOTIFICATION_PRIVATE_H
|
||||
#define META_STARTUP_NOTIFICATION_PRIVATE_H
|
||||
#pragma once
|
||||
|
||||
#include "core/display-private.h"
|
||||
#include "meta/meta-startup-notification.h"
|
||||
@ -50,5 +49,3 @@ MetaStartupSequence *
|
||||
const gchar *id);
|
||||
|
||||
MetaDisplay * meta_startup_sequence_get_display (MetaStartupSequence *seq);
|
||||
|
||||
#endif /* META_STARTUP_NOTIFICATION_PRIVATE_H */
|
||||
|
Reference in New Issue
Block a user