1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

avfilter/avf_showcqt: remove unneeded headers

This commit is contained in:
Muhammad Faiz 2016-02-23 01:05:08 +07:00
parent bfc61b0fcc
commit 76377d66b7

View File

@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <math.h>
#include <stdlib.h>
#include "config.h"
#include "libavcodec/avfft.h"
#include "libavutil/avassert.h"