OSDN Git Service

Add necessary, remove unnecessary #includes.
authorDiego Biurrun <diego@biurrun.de>
Sun, 11 Jan 2009 21:03:42 +0000 (21:03 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 11 Jan 2009 21:03:42 +0000 (21:03 +0000)
Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/crc.c
libavutil/md5.c

index bc21f5b..cc96802 100644 (file)
@@ -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
index d7c4f30..87b4026 100644 (file)
@@ -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{