mirror of https://github.com/mpv-player/mpv
Use quotes instead of angular brackets for non-system includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22648 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d673f88115
commit
0f9cf56ff3
|
@ -39,13 +39,13 @@
|
|||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
#include <stream/stream.h>
|
||||
#include <libmpdemux/demuxer.h>
|
||||
#include <mp_msg.h>
|
||||
#include <bswap.h>
|
||||
#include "stream/stream.h"
|
||||
#include "libmpdemux/demuxer.h"
|
||||
#include "mp_msg.h"
|
||||
#include "bswap.h"
|
||||
|
||||
/// Netstream packets def and some helpers
|
||||
#include <stream/netstream.h>
|
||||
#include "stream/netstream.h"
|
||||
|
||||
|
||||
//Set some standard variables
|
||||
|
|
Loading…
Reference in New Issue