fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/29278 )
Change subject: gprs_llc.h: use '#pragma once' ......................................................................
gprs_llc.h: use '#pragma once'
Change-Id: Iff748fe68dbef83589bfb5e3bea5183deb365fa6 --- M include/osmocom/sgsn/gprs_llc.h 1 file changed, 1 insertion(+), 5 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h index ce0e63c..2c6c98b 100644 --- a/include/osmocom/sgsn/gprs_llc.h +++ b/include/osmocom/sgsn/gprs_llc.h @@ -1,5 +1,4 @@ -#ifndef _GPRS_LLC_H -#define _GPRS_LLC_H +#pragma once
#include <stdint.h> #include <stdbool.h> @@ -284,6 +283,3 @@ /* LLME handling routines */ struct llist_head *gprs_llme_list(void); struct gprs_llc_lle *gprs_lle_get_or_create(const uint32_t tlli, uint8_t sapi); - - -#endif