Use consistent include path.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24130 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-24 00:11:15 +00:00
parent 4f33b7daed
commit 38623fee68
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include "../libvo/fastmemcpy.h"
#include "../stream/stream.h"
#include "stream/url.h"
#include "../stream/url.h"
#include "../mixer.h"
#include "../libvo/sub.h"
#include "../access_mpcontext.h"
@ -74,7 +74,7 @@ void mplMainDraw( void )
// XFlush( wsDisplay );
}
extern void exit_player(const char* how);
//extern void exit_player(const char* how);
extern int vcd_track;
static unsigned last_redraw_time = 0;