Include corresponding .h in some .c files

This commit is contained in:
Uoti Urpala 2008-08-12 13:46:01 +03:00
parent 0d09176078
commit cab2e4f5ca
6 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include "av_opts.h"
#include "libavcodec/opt.h"
int parse_avopts(void *v, char *str){

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include "config.h"
#include "mp3_hdr.h"
#include "mp_msg.h"
//----------------------- mp3 audio frame header parser -----------------------

View File

@ -1,4 +1,5 @@
#include <stdlib.h>
#include "mpcommon.h"
#include "options.h"
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"

View File

@ -8,6 +8,7 @@
#include <time.h>
#include <sys/time.h>
#include "config.h"
#include "timer.h"
const char timer_name[] =
#ifdef HAVE_NANOSLEEP

View File

@ -16,6 +16,7 @@
#include <sys/types.h>
#include <unistd.h>
#include "cache2.h"
#include "osdep/timer.h"
#ifdef WIN32
#include <windows.h>

View File

@ -24,6 +24,7 @@
#include <errno.h>
#include <string.h>
#include "drivers.h"
#include "config.h"
#include "vidix.h"
#include "libavutil/common.h"