From 29e893028ec4fbe6c63afb88c9714d8f128ab218 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 4 Aug 2018 01:01:12 +0700 Subject: msc/signal.h: use #pragma once include guard Change-Id: I114026808abeff72a3f4f3cb1b84680c116409d4 --- include/osmocom/msc/signal.h | 5 +---- 1 file changed, 1 insertion(+), 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 #include @@ -99,5 +98,3 @@ struct sms_signal_data { /* int paging result. Only the ones with > 0 */ int paging_result; }; - -#endif -- cgit v1.2.3