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

@ -15,9 +15,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MONITOR_TRANSFORM_UNIT_TESTS_H
#define MONITOR_TRANSFORM_UNIT_TESTS_H
#pragma once
void init_monitor_transform_tests (void);
#endif /* MONITOR_TRANSFORM_TESTS_H */