aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-05-15 15:00:15 +0200
committerlaforge <laforge@osmocom.org>2021-05-18 19:00:55 +0000
commit641ffaaef339e96dc654e13c6eed78fd47ad2676 (patch)
tree372a1df1302239751196eb7d2f2bbe1eff0a5399 /include
parent0277cddab2bb6b09f02e998c0aa9ff78d41c327c (diff)
scheduler.h: cosmetic: use #pragma once
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/scheduler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index 10359f17..4b1731a7 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -1,5 +1,4 @@
-#ifndef TRX_SCHEDULER_H
-#define TRX_SCHEDULER_H
+#pragma once
#include <osmocom/core/utils.h>
#include <osmocom/core/rate_ctr.h>
@@ -312,5 +311,3 @@ void trx_sched_meas_push(struct l1sched_chan_state *chan_state,
void trx_sched_meas_avg(const struct l1sched_chan_state *chan_state,
struct l1sched_meas_set *avg,
enum sched_meas_avg_mode mode);
-
-#endif /* TRX_SCHEDULER_H */