summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/vty.h')
-rw-r--r--include/osmocom/vty/vty.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h
index ea987bf3..ea02e4a0 100644
--- a/include/osmocom/vty/vty.h
+++ b/include/osmocom/vty/vty.h
@@ -1,5 +1,4 @@
-#ifndef _VTY_H
-#define _VTY_H
+#pragma once
#include <stdio.h>
#include <stdarg.h>
@@ -205,5 +204,3 @@ struct vty_signal_data {
};
/*! @} */
-
-#endif