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
@ -21,8 +21,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef __CLUTTER_TEST_UTILS_H__
|
||||
#define __CLUTTER_TEST_UTILS_H__
|
||||
#pragma once
|
||||
|
||||
#define __CLUTTER_H_INSIDE__
|
||||
|
||||
@ -174,5 +173,3 @@ gboolean clutter_test_check_color_at_point (ClutterActor
|
||||
ClutterColor *result);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_TEST_UTILS_H__ */
|
||||
|
Reference in New Issue
Block a user