aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-10 22:22:37 +0600
committerHarald Welte <laforge@gnumonks.org>2018-01-21 11:08:25 +0000
commitfc714cad6e5d9c5f36959c7a6a51fa7f4593f697 (patch)
treeda956ee627f201ac747f50ff9c32c4f8f2e3c388 /openbsc/include
parentcc87156a3001d243dd110f667bb0643af2e1509b (diff)
gsm_04_80.h: use '#pragma once' instead of includes
This is a common include guard way for Osmocom projects. Change-Id: I9b84e5d87068aba4926d6950b4c419be837bbcc3
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index d65f640bc..dd699f23d 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -1,5 +1,4 @@
-#ifndef _GSM_04_80_H
-#define _GSM_04_80_H
+#pragma once
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/protocol/gsm_04_80.h>
@@ -21,5 +20,3 @@ int msc_send_ussd_release_complete(struct gsm_subscriber_connection *conn);
int bsc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,
const char *text);
int bsc_send_ussd_release_complete(struct gsm_subscriber_connection *conn);
-
-#endif