msc/signal.h: use #pragma once include guard

Change-Id: I114026808abeff72a3f4f3cb1b84680c116409d4
This commit is contained in:
Vadim Yanitskiy 2018-08-04 01:01:12 +07:00
parent a44b970592
commit 29e893028e
1 changed files with 1 additions and 4 deletions

View File

@ -19,8 +19,7 @@
*
*/
#ifndef OPENBSC_SIGNAL_H
#define OPENBSC_SIGNAL_H
#pragma once
#include <stdlib.h>
#include <errno.h>
@ -99,5 +98,3 @@ struct sms_signal_data {
/* int paging result. Only the ones with > 0 */
int paging_result;
};
#endif