Browse Source

Add necessary, remove unnecessary #includes.

Originally committed as revision 16547 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
e503674c4a
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      libavutil/crc.c
  2. +1
    -1
      libavutil/md5.c

+ 2
- 1
libavutil/crc.c View 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


+ 1
- 1
libavutil/md5.c View 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{


Loading…
Cancel
Save