util: Use pragma once instead of include guard
This commit is contained in:
@@ -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__ */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user