summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/command.h')
-rw-r--r--include/osmocom/vty/command.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index b3b30291..3acbe78f 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -20,8 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef _ZEBRA_COMMAND_H
-#define _ZEBRA_COMMAND_H
+#pragma once
#include <stdio.h>
#include <sys/types.h>
@@ -376,4 +375,3 @@ void print_version(int print_copyright);
extern void *tall_vty_cmd_ctx;
/*! @} */
-#endif /* _ZEBRA_COMMAND_H */