From 3ceba3476d6156d965686972f1b24daca3c7286f Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 17 Aug 2018 12:05:41 +0700 Subject: mobile/voice.h: use '#pragma once' include guard Change-Id: I024e13c0f66ae1e42b0c8e2ff77874fcb883e85a --- src/host/layer23/include/osmocom/bb/mobile/voice.h | 5 +---- 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 a0524183..b9817f8a 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 */ -- cgit v1.2.3