[MPlayer-cvslog] r22648 - trunk/TOOLS/netstream/netstream.c

diego subversion at mplayerhq.hu
Sat Mar 17 00:55:03 CET 2007


Author: diego
Date: Sat Mar 17 00:55:02 2007
New Revision: 22648

Modified:
   trunk/TOOLS/netstream/netstream.c

Log:
Use quotes instead of angular brackets for non-system includes.


Modified: trunk/TOOLS/netstream/netstream.c
==============================================================================
--- trunk/TOOLS/netstream/netstream.c	(original)
+++ trunk/TOOLS/netstream/netstream.c	Sat Mar 17 00:55:02 2007
@@ -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



More information about the MPlayer-cvslog mailing list