message-source: Use pragma once instead of include guard
This commit is contained in:
@@ -22,8 +22,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CALLS_MESSAGE_SOURCE_H__
|
#pragma once
|
||||||
#define CALLS_MESSAGE_SOURCE_H__
|
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
@@ -74,5 +73,3 @@ struct _CallsMessageSourceInterface
|
|||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* CALLS_MESSAGE_SOURCE_H__ */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user