Do not include mathematics.h in avutil.h

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2011-06-04 12:58:23 +01:00
parent ee8aecd23a
commit 0ebcdf5cda
54 changed files with 56 additions and 1 deletions

View file

@ -34,6 +34,7 @@
#include <string.h>
#include <math.h>
#include "libavutil/mathematics.h"
#include "libavformat/avformat.h"
#include "libswscale/swscale.h"