comparison crc.c @ 873:4d9ad0ed07d0 libavutil

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.
author mru
date Tue, 09 Mar 2010 17:39:19 +0000
parents 63e3c82b92d9
children e34e8d654ded
comparison
equal deleted inserted replaced
872:9d32a031ab0b 873:4d9ad0ed07d0
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "config.h" 21 #include "config.h"
22 #include "common.h"
22 #include "bswap.h" 23 #include "bswap.h"
23 #include "crc.h" 24 #include "crc.h"
24 25
25 #if CONFIG_HARDCODED_TABLES 26 #if CONFIG_HARDCODED_TABLES
26 #include "crc_data.h" 27 #include "crc_data.h"