mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
Include some .h files in corresponding .c files
Include the corresponding .h file in command.c, parser-cfg.c and parser-mpcmd.c. This allows the compiler to check that the declarations in the .h file match the actual defition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26295 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
35717c8ec7
commit
03bb309e4e
@ -4,6 +4,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "command.h"
|
||||
#include "input/input.h"
|
||||
#include "stream/stream.h"
|
||||
#include "libmpdemux/demuxer.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
#include "parser-cfg.h"
|
||||
#include "mp_msg.h"
|
||||
#include "m_option.h"
|
||||
#include "m_config.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "m_option.h"
|
||||
#include "m_config.h"
|
||||
#include "playtree.h"
|
||||
#include "parser-mpcmd.h"
|
||||
|
||||
static int recursion_depth = 0;
|
||||
static int mode = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user