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:
diego 2007-03-16 23:55:02 +00:00
parent d673f88115
commit 0f9cf56ff3
1 changed files with 5 additions and 5 deletions

View File

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