summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/meas_rep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gsm/meas_rep.h')
-rw-r--r--include/osmocom/gsm/meas_rep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/gsm/meas_rep.h b/include/osmocom/gsm/meas_rep.h
index bd24bbed..09c2c4f2 100644
--- a/include/osmocom/gsm/meas_rep.h
+++ b/include/osmocom/gsm/meas_rep.h
@@ -1,5 +1,4 @@
-#ifndef _OSMO_MEAS_REP_H
-#define _OSMO_MEAS_REP_H
+#pragma once
#include <stdint.h>
@@ -25,5 +24,3 @@ enum meas_rep_field {
MEAS_REP_UL_RXQUAL_FULL,
MEAS_REP_UL_RXQUAL_SUB,
};
-
-#endif