mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
util: Use pragma once instead of include guard
This commit is contained in:
parent
eab45610bd
commit
c6a8dcf140
1 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef CALLS__UTIL_H__
|
||||
#define CALLS__UTIL_H__
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
@ -147,4 +146,3 @@ const char *get_call_icon_symbolic_name (gboolean inbound,
|
|||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* CALLS__UTIL_H__ */
|
||||
|
|
Loading…
Reference in a new issue