aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/netif/stream.h5
-rw-r--r--src/stream.c1
2 files changed, 1 insertions, 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 <stdint.h>
-#include <osmocom/core/linuxlist.h>
-#include <osmocom/core/timer.h>
-#include <osmocom/core/select.h>
-
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 <sys/ioctl.h>
#include <arpa/inet.h>
+#include <osmocom/core/timer.h>
#include <osmocom/core/select.h>
#include <osmocom/gsm/tlv.h>
#include <osmocom/core/msgb.h>