Mercurial > mplayer.hg
changeset 22630:d19879cbd5cc
Use quotes instead of angular brackets for non-system includes.
author | diego |
---|---|
date | Fri, 16 Mar 2007 23:55:02 +0000 |
parents | f95573b7da55 |
children | 080a021716c1 |
files | TOOLS/netstream/netstream.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/netstream/netstream.c Fri Mar 16 23:44:28 2007 +0000 +++ b/TOOLS/netstream/netstream.c Fri Mar 16 23:55:02 2007 +0000 @@ -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