summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/protocol/gsm_08_18.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gprs/protocol/gsm_08_18.h')
-rw-r--r--include/osmocom/gprs/protocol/gsm_08_18.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/gprs/protocol/gsm_08_18.h b/include/osmocom/gprs/protocol/gsm_08_18.h
index 3a351eaa..529e9889 100644
--- a/include/osmocom/gprs/protocol/gsm_08_18.h
+++ b/include/osmocom/gprs/protocol/gsm_08_18.h
@@ -1,5 +1,4 @@
-#ifndef _OSMO_08_18_H
-#define _OSMO_08_18_H
+#pragma once
#include <stdint.h>
@@ -140,5 +139,3 @@ enum gprs_bssgp_cause {
BSSGP_CAUSE_PROTO_ERR_UNSPEC = 0x27,
BSSGP_CAUSE_PDU_INCOMP_FEAT = 0x28,
};
-
-#endif