From 57d86b7d286661da88ad490ec98a7b334ec6be01 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 5 Oct 2011 12:31:43 +0200 Subject: stream: remove includes from stream.h header The should be uses in the client program. They are not required by the generic stream socket infrastructure. --- include/osmocom/netif/stream.h | 5 ----- src/stream.c | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/osmocom/netif/stream.h b/include/osmocom/netif/stream.h index 4f6407a..de65176 100644 --- a/include/osmocom/netif/stream.h +++ b/include/osmocom/netif/stream.h @@ -1,11 +1,6 @@ #ifndef _OSMO_STREAM_H_ #define _OSMO_STREAM_H_ -#include -#include -#include -#include - struct stream_server_link; struct stream_server_link *stream_server_link_create(void *ctx); diff --git a/src/stream.c b/src/stream.c index 2603ecb..e29075e 100644 --- a/src/stream.c +++ b/src/stream.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3