From a720365c02bced8b1adf5f1c41170d6ff83b4dab Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 31 Jan 2019 16:21:07 +0100 Subject: Cosmetic: use #pragma once as include guard Change-Id: I2c1a13252730294597a7a9fb5726aae928f41bfd --- include/osmocom/netif/stream.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/osmocom/netif/stream.h b/include/osmocom/netif/stream.h index 529d4d7..969d42f 100644 --- a/include/osmocom/netif/stream.h +++ b/include/osmocom/netif/stream.h @@ -1,5 +1,4 @@ -#ifndef _OSMO_STREAM_H_ -#define _OSMO_STREAM_H_ +#pragma once #include #include @@ -77,5 +76,3 @@ void osmo_stream_cli_send(struct osmo_stream_cli *cli, struct msgb *msg); int osmo_stream_cli_recv(struct osmo_stream_cli *conn, struct msgb *msg); /*! @} */ - -#endif -- cgit v1.2.3