diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-06-25 15:29:18 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-06-26 19:43:41 +0200 |
commit | e9510dc0328437f899513e53e81efcb330b2eb5a (patch) | |
tree | 94f1ec3b55fb6a879b90c495c8c521bdf7107153 /libavfilter/f_zmq.c | |
parent | c11ca6105e69750a233eb8a42462b27580da1ee5 (diff) | |
download | ffmpeg-e9510dc0328437f899513e53e81efcb330b2eb5a.tar.gz |
avfilter: remove usage of empty header
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/f_zmq.c')
-rw-r--r-- | libavfilter/f_zmq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/f_zmq.c b/libavfilter/f_zmq.c index 2666016769..89da5bef06 100644 --- a/libavfilter/f_zmq.c +++ b/libavfilter/f_zmq.c @@ -29,7 +29,6 @@ #include "libavutil/opt.h" #include "avfilter.h" #include "internal.h" -#include "avfiltergraph.h" #include "audio.h" #include "video.h" |