Commit 496fc83d authored by diego's avatar diego

Add necessary, remove unnecessary #includes.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a13e61e3
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "common.h" #include "config.h"
#include "bswap.h"
#include "crc.h" #include "crc.h"
#ifdef CONFIG_HARDCODED_TABLES #ifdef CONFIG_HARDCODED_TABLES
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "common.h"
#include <string.h> #include <string.h>
#include "bswap.h"
#include "md5.h" #include "md5.h"
typedef struct AVMD5{ typedef struct AVMD5{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment