mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +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__
|
#pragma once
|
||||||
#define CALLS__UTIL_H__
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
@ -147,4 +146,3 @@ const char *get_call_icon_symbolic_name (gboolean inbound,
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* CALLS__UTIL_H__ */
|
|
||||||
|
|
Loading…
Reference in a new issue