call: Prefer pragma once over explicit include guard
This commit is contained in:
@@ -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__ */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user