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

@ -18,8 +18,7 @@
*
*/
#ifndef META_SCREEN_CAST_VIRTUAL_STREAM_SRC_H
#define META_SCREEN_CAST_VIRTUAL_STREAM_SRC_H
#pragma once
#include "backends/meta-screen-cast-stream-src.h"
#include "backends/meta-screen-cast-virtual-stream.h"
@ -34,5 +33,3 @@ MetaScreenCastVirtualStreamSrc * meta_screen_cast_virtual_stream_src_new (MetaSc
GError **error);
ClutterStageView * meta_screen_cast_virtual_stream_src_get_view (MetaScreenCastVirtualStreamSrc *virtual_src);
#endif /* META_SCREEN_CAST_VIRTUAL_STREAM_SRC_H */