fixeria has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/51/27751/1
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 */
To view, visit change 27751. To unsubscribe, or for help writing mail filters, visit settings.