csn1: use #pragma once in csn1.h

Change-Id: Ieb739a1166d297336705ec693668c9d49506089c
This commit is contained in:
Vadim Yanitskiy 2022-08-04 05:59:44 +07:00
parent 40f95ed7c4
commit a92f3b946a
1 changed files with 1 additions and 4 deletions

View File

@ -21,8 +21,7 @@
* GNU General Public License for more details.
*/
#ifndef _PACKET_CSN1_H_
#define _PACKET_CSN1_H_
#pragma once
#include <osmocom/core/bitvec.h>
#include "wireshark_compat.h"
@ -611,5 +610,3 @@ gint16 ProcessError_impl(const char *file, int line, unsigned *readIndex,
const char* sz, gint16 err, const CSN_DESCR* pDescr);
#define ProcessError(readIndex, sz, err, pDescr) \
ProcessError_impl(__FILE__, __LINE__, readIndex, sz, err, pDescr)
#endif /*_PACKET_CSN1_H_*/