Add more missing includes after removing the implicit common.h

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2012-08-16 10:22:31 +03:00
parent 70766c2182
commit 33e112847d
4 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <string.h>
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavcodec/dsputil.h"
#include "dsputil_altivec.h"

View File

@ -27,6 +27,7 @@
#include <inttypes.h>
#include "libavcodec/dsputil.h"
#include "libavutil/mem.h"
#include "dsputil_vis.h"
#include "vis.h"

View File

@ -30,6 +30,7 @@
#include <time.h>
#include "libavutil/colorspace.h"
#include "libavutil/common.h"
#include "libavutil/file.h"
#include "libavutil/eval.h"
#include "libavutil/opt.h"

View File

@ -23,6 +23,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "libavutil/bswap.h"