1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

message-source: Use pragma once instead of include guard

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-27 20:11:13 +01:00
parent c6a8dcf140
commit 3c32739369

View file

@ -22,8 +22,7 @@
*
*/
#ifndef CALLS_MESSAGE_SOURCE_H__
#define CALLS_MESSAGE_SOURCE_H__
#pragma once
#include "util.h"
@ -74,5 +73,3 @@ struct _CallsMessageSourceInterface
G_END_DECLS
#endif /* CALLS_MESSAGE_SOURCE_H__ */