mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
call: Prefer pragma once over explicit include guard
This commit is contained in:
parent
a85f37e853
commit
3ebc3ed88d
1 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CALLS_CALL_H__
|
#pragma once
|
||||||
#define CALLS_CALL_H__
|
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
||||||
|
@ -85,4 +84,3 @@ gboolean calls_call_state_parse_nick (CallsCallState *state,
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* CALLS_CALL_H__ */
|
|
||||||
|
|
Loading…
Reference in a new issue