Add necessary, remove unnecessary #includes.

Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent ff8769e205
commit e503674c4a
  1. 3
      libavutil/crc.c
  2. 2
      libavutil/md5.c

@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "common.h"
#include "config.h"
#include "bswap.h"
#include "crc.h"
#ifdef CONFIG_HARDCODED_TABLES

@ -30,8 +30,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "common.h"
#include <string.h>
#include "bswap.h"
#include "md5.h"
typedef struct AVMD5{

Loading…
Cancel
Save