Browse Source

aviocat: Remove useless includes

Also include stdlib.h explicitly - currently it is used
implicitly via avformat.h.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.10
Martin Storsjö 14 years ago
parent
commit
7ba34575fd
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      tools/aviocat.c

+ 1
- 5
tools/aviocat.c View File

@@ -19,13 +19,9 @@
*/

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.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)
{


Loading…
Cancel
Save