From 9ab2472851b72fbf76e752e0d6eb3a07448c1dd5 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 11 Apr 2022 20:02:37 +0300 Subject: [PATCH] osmo-bts-trx: use '#pragma once' in amr_loop.h Change-Id: I98e42485955de4a261b6c8d865e84c313c1145d5 Related: SYS#5917, OS#4984 --- src/osmo-bts-trx/amr_loop.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/osmo-bts-trx/amr_loop.h b/src/osmo-bts-trx/amr_loop.h index 4aa05c4c4..85f73fdc0 100644 --- a/src/osmo-bts-trx/amr_loop.h +++ b/src/osmo-bts-trx/amr_loop.h @@ -1,5 +1,4 @@ -#ifndef _TRX_LOOPS_H -#define _TRX_LOOPS_H +#pragma once #include @@ -15,5 +14,3 @@ void trx_loop_amr_input(struct l1sched_chan_state *chan_state, int n_errors, int n_bits_total); void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop); - -#endif /* _TRX_LOOPS_H */