Commit 7ba34575 authored by Martin Storsjö's avatar Martin Storsjö

aviocat: Remove useless includes

Also include stdlib.h explicitly - currently it is used
implicitly via avformat.h.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 7512bb74
...@@ -19,13 +19,9 @@ ...@@ -19,13 +19,9 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h>
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libavformat/riff.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
static int usage(const char *argv0, int ret) static int usage(const char *argv0, int ret)
{ {
......
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