diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-09 17:39:19 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-09 17:39:19 +0000 |
commit | 2ed6f399440a9f9fa358a96293c6797c2ebd0aaf (patch) | |
tree | ea8d954cee507834abd9e4b233517a0b7864a633 /libavutil/internal.h | |
parent | 19fcd66c31b880487e477dd45501eb91b9c9fdfe (diff) | |
download | ffmpeg-2ed6f399440a9f9fa358a96293c6797c2ebd0aaf.tar.gz |
Replace many includes of libavutil/common.h with what is actually needed
This reduces the number of false dependencies on header files and
speeds up compilation.
Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index eac7bd3012..b47db3d8c6 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -35,8 +35,7 @@ #include <stddef.h> #include <assert.h> #include "config.h" -#include "common.h" -#include "mem.h" +#include "attributes.h" #include "timer.h" #ifndef attribute_align_arg |