aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/msgfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/msgfile.h')
-rw-r--r--include/osmocom/core/msgfile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/msgfile.h b/include/osmocom/core/msgfile.h
index c5e67a45..cab97b22 100644
--- a/include/osmocom/core/msgfile.h
+++ b/include/osmocom/core/msgfile.h
@@ -19,8 +19,7 @@
*
*/
-#ifndef MSG_FILE_H
-#define MSG_FILE_H
+#pragma once
#include <osmocom/core/linuxlist.h>
@@ -45,5 +44,3 @@ struct osmo_config_list {
};
struct osmo_config_list* osmo_config_list_parse(void *ctx, const char *filename);
-
-#endif