1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2021-12-27 20:16:00 +01:00
parent eab45610bd
commit c6a8dcf140

View file

@ -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__ */