fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/27751 )
Change subject: osmo-bts-trx: use '#pragma once' in amr_loop.h ......................................................................
osmo-bts-trx: use '#pragma once' in amr_loop.h
Change-Id: I98e42485955de4a261b6c8d865e84c313c1145d5 Related: SYS#5917, OS#4984 --- M src/osmo-bts-trx/amr_loop.h 1 file changed, 1 insertion(+), 4 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved laforge: Looks good to me, approved
diff --git a/src/osmo-bts-trx/amr_loop.h b/src/osmo-bts-trx/amr_loop.h index 4aa05c4..85f73fd 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 <osmo-bts/scheduler.h>
@@ -15,5 +14,3 @@ int n_errors, int n_bits_total);
void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop); - -#endif /* _TRX_LOOPS_H */