summaryrefslogtreecommitdiff
path: root/libavutil/crc.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-09 17:39:19 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-09 17:39:19 +0000
commit2ed6f399440a9f9fa358a96293c6797c2ebd0aaf (patch)
treeea8d954cee507834abd9e4b233517a0b7864a633 /libavutil/crc.c
parent19fcd66c31b880487e477dd45501eb91b9c9fdfe (diff)
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/crc.c')
-rw-r--r--libavutil/crc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/crc.c b/libavutil/crc.c
index 6fa14fcc58..2719baeefd 100644
--- a/libavutil/crc.c
+++ b/libavutil/crc.c
@@ -19,6 +19,7 @@
*/
#include "config.h"
+#include "common.h"
#include "bswap.h"
#include "crc.h"