diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-02-23 01:05:08 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-02-23 01:05:08 +0700 |
commit | 76377d66b7b8dcd2e3dee2bf2b3f70257f6694f8 (patch) | |
tree | f304c02bf693b2a471941d1abd6d8f62e34c66c0 /libavfilter/avf_showcqt.c | |
parent | bfc61b0fcc77701921a1a026d308db518396fed1 (diff) | |
download | ffmpeg-76377d66b7b8dcd2e3dee2bf2b3f70257f6694f8.tar.gz |
avfilter/avf_showcqt: remove unneeded headers
Diffstat (limited to 'libavfilter/avf_showcqt.c')
-rw-r--r-- | libavfilter/avf_showcqt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/avf_showcqt.c b/libavfilter/avf_showcqt.c index 6bb2d18429..d4c6a749e8 100644 --- a/libavfilter/avf_showcqt.c +++ b/libavfilter/avf_showcqt.c @@ -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" |