9
0
Fork 0

gsm_04_80.h: use '#pragma once' instead of includes

This is a common include guard way for Osmocom projects.

Change-Id: I9b84e5d87068aba4926d6950b4c419be837bbcc3
This commit is contained in:
Vadim Yanitskiy 2018-01-10 22:22:37 +06:00 committed by Harald Welte
parent cc87156a30
commit fc714cad6e
1 changed files with 1 additions and 4 deletions

View File

@ -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