Commit 8cfab9fa authored by Anton Khirnov's avatar Anton Khirnov

cmdutils: drop libavformat/network.h include

It is not a public header and has not been used since
10173c0e
parent ca7095a9
...@@ -55,9 +55,6 @@ ...@@ -55,9 +55,6 @@
#include "libavutil/ffversion.h" #include "libavutil/ffversion.h"
#include "libavutil/version.h" #include "libavutil/version.h"
#include "cmdutils.h" #include "cmdutils.h"
#if CONFIG_NETWORK
#include "libavformat/network.h"
#endif
#if HAVE_SYS_RESOURCE_H #if HAVE_SYS_RESOURCE_H
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment