aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-02-14 16:44:45 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-02-15 02:19:30 +0700
commit2eaee70adad9bb43d6a1ea1d6a3a7672abf4f5ab (patch)
tree4c2fd7d4b3ee4bb28a468ab0fb169aece935de92
parentbaeeb909078e786a7f4a8bf313926ffaec5070e4 (diff)
transaction.h: use #pragma once as include guard
-rw-r--r--include/osmocom/msc/transaction.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/msc/transaction.h b/include/osmocom/msc/transaction.h
index 5e8d637e5..39b09aeaa 100644
--- a/include/osmocom/msc/transaction.h
+++ b/include/osmocom/msc/transaction.h
@@ -1,5 +1,4 @@
-#ifndef _TRANSACT_H
-#define _TRANSACT_H
+#pragma once
#include <osmocom/msc/gsm_data.h>
#include <osmocom/msc/gsm_subscriber.h>
@@ -117,5 +116,3 @@ int trans_assign_trans_id(const struct gsm_network *net, const struct vlr_subscr
uint8_t protocol);
struct gsm_trans *trans_has_conn(const struct ran_conn *conn);
void trans_conn_closed(const struct ran_conn *conn);
-
-#endif