diff options
author | Anton Khirnov <anton@khirnov.net> | 2017-05-20 12:55:00 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-22 14:38:57 +0200 |
commit | 8cfab9fa8c1529f3d4db3e7d5b317acdbc08d37d (patch) | |
tree | a336c9d391ab4ec62ec89b831fa9baeaa5690423 /fftools/cmdutils.c | |
parent | ca7095a9072fab4cdb41af12da9d94752e082e34 (diff) | |
download | ffmpeg-8cfab9fa8c1529f3d4db3e7d5b317acdbc08d37d.tar.gz |
cmdutils: drop libavformat/network.h include
It is not a public header and has not been used since
10173c0e58e557582dbd659f42c6aa164a8682db
Diffstat (limited to 'fftools/cmdutils.c')
-rw-r--r-- | fftools/cmdutils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 7bec1db18b..dec18850d8 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> |