From 0f03cc378e6ce48f17a20e409f93bfc11345a6ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 16 May 2017 20:14:22 +0200 Subject: Fix errors and warnings and make the code cleaner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/stream.c') diff --git a/src/stream.c b/src/stream.c index 7920ff7..30bce25 100644 --- a/src/stream.c +++ b/src/stream.c @@ -1,14 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "stream.h" -#include "util.h" - -#include -#include -#include -#include -#include -#include -#include +#include "common.h" static inline int get_dimension(int status, size_t *out, const char *s, const char *fname, const char *dim) -- cgit v1.2.3-70-g09d2