aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/misc.h')
-rw-r--r--include/osmocom/vty/misc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h
index db4f4a77..db552e77 100644
--- a/include/osmocom/vty/misc.h
+++ b/include/osmocom/vty/misc.h
@@ -1,5 +1,4 @@
-#ifndef OSMO_VTY_MISC_H
-#define OSMO_VTY_MISC_H
+#pragma once
#include <osmocom/vty/vty.h>
#include <osmocom/core/rate_ctr.h>
@@ -15,5 +14,3 @@ void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
int osmo_vty_write_config_file(const char *filename);
int osmo_vty_save_config_file(void);
-
-#endif