include: use '#pragma once' everywhere

Change-Id: Iecc1754caae401aca28444d3e3d0cca04b398f26
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index 4729e14..2bc6164 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
@@ -1,7 +1,6 @@
 /*! \file gsm_04_08_gprs.h */
 
-#ifndef _GSM48_GPRS_H
-#define _GSM48_GPRS_H
+#pragma once
 
 #include <stdint.h>
 #include <stdbool.h>
@@ -465,6 +464,3 @@
 	/* octet 16 */
 	uint8_t guar_bitrate_down_ext;
 };
-
-
-#endif /* _GSM48_GPRS_H */
diff --git a/include/osmocom/gsm/protocol/gsm_09_02.h b/include/osmocom/gsm/protocol/gsm_09_02.h
index 0b54fb7..4d5ff13 100644
--- a/include/osmocom/gsm/protocol/gsm_09_02.h
+++ b/include/osmocom/gsm/protocol/gsm_09_02.h
@@ -1,8 +1,7 @@
 /*! \file gsm_09_02.h
  * GSM TS 09.02  definitions (MAP). */
 
-#ifndef PROTO_GSM_09_02_H
-#define PROTO_GSM_09_02_H
+#pragma once
 
 /* Section 17.7.4 */
 /* SS-Status */
@@ -134,5 +133,3 @@
 #define GSM0902_TS_CODE_PLMN_SPECIFIC_TS_C			0xDC
 #define GSM0902_TS_CODE_PLMN_SPECIFIC_TS_D			0xDD
 #define GSM0902_TS_CODE_PLMN_SPECIFIC_TS_E			0xDE
-
-#endif /* PROTO_GSM_09_02_H */