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
This commit is contained in:
Måns Rullgård
2010-03-09 17:39:19 +00:00
parent 19fcd66c31
commit 2ed6f39944
28 changed files with 32 additions and 28 deletions
+1 -2
View File
@@ -21,8 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "common.h"
#include "avutil.h"
#include <string.h>
#include "bswap.h"
#include "sha.h"
#include "sha1.h"