aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/signal.h')
-rw-r--r--include/osmocom/msc/signal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/msc/signal.h b/include/osmocom/msc/signal.h
index e854a647e..f630b27bd 100644
--- a/include/osmocom/msc/signal.h
+++ b/include/osmocom/msc/signal.h
@@ -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