From 4c8d69e534f168fdf0358e2f409c6c3694eacd12 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 28 Oct 2016 18:32:36 +0200 Subject: ffserver: drop a bunch of apparently unneeded internal headers Signed-off-by: Michael Niedermayer --- ffserver.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 453d790e6c..cfb1a6cad0 100644 --- a/ffserver.c +++ b/ffserver.c @@ -33,15 +33,10 @@ #include "libavformat/avformat.h" /* FIXME: those are internal headers, ffserver _really_ shouldn't use them */ #include "libavformat/ffm.h" -#include "libavformat/network.h" -#include "libavformat/os_support.h" -#include "libavformat/rtpdec.h" #include "libavformat/rtpproto.h" #include "libavformat/rtsp.h" -#include "libavformat/rtspcodes.h" #include "libavformat/avio_internal.h" #include "libavformat/internal.h" -#include "libavformat/url.h" #include "libavutil/avassert.h" #include "libavutil/avstring.h" -- cgit v1.2.3