aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/signal.h')
-rw-r--r--include/osmocom/core/signal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/signal.h b/include/osmocom/core/signal.h
index 19a2688f..6f56496a 100644
--- a/include/osmocom/core/signal.h
+++ b/include/osmocom/core/signal.h
@@ -1,5 +1,4 @@
-#ifndef OSMO_SIGNAL_H
-#define OSMO_SIGNAL_H
+#pragma once
#include <stdint.h>
@@ -43,5 +42,3 @@ void osmo_signal_unregister_handler(unsigned int subsys, osmo_signal_cbfn *cbfn,
void osmo_signal_dispatch(unsigned int subsys, unsigned int signal, void *signal_data);
/*! @} */
-
-#endif /* OSMO_SIGNAL_H */