aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/control_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/ctrl/control_cmd.h')
-rw-r--r--include/osmocom/ctrl/control_cmd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/ctrl/control_cmd.h b/include/osmocom/ctrl/control_cmd.h
index e38db037..9e949631 100644
--- a/include/osmocom/ctrl/control_cmd.h
+++ b/include/osmocom/ctrl/control_cmd.h
@@ -1,5 +1,4 @@
-#ifndef _CONTROL_CMD_H
-#define _CONTROL_CMD_H
+#pragma once
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>
@@ -174,5 +173,3 @@ static int verify_##cmdname(struct ctrl_cmd *cmd, const char *value, void *data)
CTRL_CMD_DEFINE_STRUCT(cmdname, cmdstr, verify_##cmdname)
struct gsm_network;
-
-#endif /* _CONTROL_CMD_H */