diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-24 14:55:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-24 14:55:30 +0000 |
commit | dfcb6b56f9e58106b6520af8c5fa6760556919eb (patch) | |
tree | c45d1cb1f0a9b77ea94a7415f713a3f939c3be5c /libavutil/mathematics.c | |
parent | da837937c6631ffd37f3bdc7c7d2ddd7658e4c13 (diff) | |
download | ffmpeg-dfcb6b56f9e58106b6520af8c5fa6760556919eb.tar.gz |
Directly #include a bunch of indirectly #included headers.
Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/mathematics.c')
-rw-r--r-- | libavutil/mathematics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/mathematics.c b/libavutil/mathematics.c index eed2241471..8b37cf20fd 100644 --- a/libavutil/mathematics.c +++ b/libavutil/mathematics.c @@ -23,6 +23,7 @@ * Miscellaneous math routines and tables. */ +#include <assert.h> #include "common.h" #include "mathematics.h" |