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:
diego 2010-02-14 12:31:24 +00:00
parent 2347661b0e
commit 7078ce833e
3 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include "access_mpcontext.h"
#include "libavutil/avstring.h"
#include "gui_common.h"
#include "play.h"
#include "widgets.h"

View File

@ -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;

View File

@ -22,6 +22,7 @@
#include "cut.h"
#include "font.h"
#include "skin.h"
#include "gui/app.h"
#include "config.h"