mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
GUI: #include associated .h files in .c files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30571 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2347661b0e
commit
7078ce833e
@ -44,7 +44,7 @@
|
||||
#include "access_mpcontext.h"
|
||||
#include "libavutil/avstring.h"
|
||||
|
||||
|
||||
#include "gui_common.h"
|
||||
#include "play.h"
|
||||
#include "widgets.h"
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "cut.h"
|
||||
|
||||
void cutItem( char * in,char * out,char sep,int num )
|
||||
{
|
||||
int i,n,c;
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "cut.h"
|
||||
#include "font.h"
|
||||
#include "skin.h"
|
||||
#include "gui/app.h"
|
||||
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user