mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
message-source: Use pragma once instead of include guard
This commit is contained in:
parent
c6a8dcf140
commit
3c32739369
1 changed files with 1 additions and 4 deletions
|
@ -22,8 +22,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CALLS_MESSAGE_SOURCE_H__
|
#pragma once
|
||||||
#define CALLS_MESSAGE_SOURCE_H__
|
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
@ -74,5 +73,3 @@ struct _CallsMessageSourceInterface
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* CALLS_MESSAGE_SOURCE_H__ */
|
|
||||||
|
|
Loading…
Reference in a new issue