From 0f9cf56ff3cc1ecc0a1a877c5be7fa1471d68f3f Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 16 Mar 2007 23:55:02 +0000 Subject: 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 --- TOOLS/netstream/netstream.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c index a2565a2b12..7d02e7ec49 100644 --- a/TOOLS/netstream/netstream.c +++ b/TOOLS/netstream/netstream.c @@ -39,13 +39,13 @@ #include #endif -#include -#include -#include -#include +#include "stream/stream.h" +#include "libmpdemux/demuxer.h" +#include "mp_msg.h" +#include "bswap.h" /// Netstream packets def and some helpers -#include +#include "stream/netstream.h" //Set some standard variables -- cgit v1.2.3