diff mbox series

[FFmpeg-devel] cmdutils: drop libavformat/network.h include

Message ID 20200518142547.2552-1-anton@khirnov.net
State Accepted
Commit 8cfab9fa8c1529f3d4db3e7d5b317acdbc08d37d
Headers show
Series [FFmpeg-devel] cmdutils: drop libavformat/network.h include | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Anton Khirnov May 18, 2020, 2:25 p.m. UTC
It is not a public header and has not been used since
10173c0e58e557582dbd659f42c6aa164a8682db
---
 fftools/cmdutils.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Anton Khirnov May 22, 2020, 12:43 p.m. UTC | #1
pushed
diff mbox series

Patch

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 7f5a5ca664..b4fd44555b 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -55,9 +55,6 @@ 
 #include "libavutil/ffversion.h"
 #include "libavutil/version.h"
 #include "cmdutils.h"
-#if CONFIG_NETWORK
-#include "libavformat/network.h"
-#endif
 #if HAVE_SYS_RESOURCE_H
 #include <sys/time.h>
 #include <sys/resource.h>