fixeria submitted this change.
mobile: voice.h: use '#pragma once' include guard
Change-Id: I024e13c0f66ae1e42b0c8e2ff77874fcb883e85a
Related: OS#5599
---
M src/host/layer23/include/osmocom/bb/mobile/voice.h
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/host/layer23/include/osmocom/bb/mobile/voice.h b/src/host/layer23/include/osmocom/bb/mobile/voice.h
index a052418..b9817f8 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/voice.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/voice.h
@@ -1,7 +1,4 @@
-#ifndef _voice_h
-#define _voice_h
+#pragma once
int gsm_voice_init(struct osmocom_ms *ms);
int gsm_send_voice(struct osmocom_ms *ms, struct gsm_data_frame *data);
-
-#endif /* _voice_h */
To view, visit change 30334. To unsubscribe, or for help writing mail filters, visit settings.