comparison stream/network.c @ 19312:ab8d6b6deb63

proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
author ben
date Fri, 04 Aug 2006 17:01:29 +0000
parents 64d82a45a05d
children dcda8b4092b3
comparison
equal deleted inserted replaced
19311:0a4df538c136 19312:ab8d6b6deb63
25 #include <winsock2.h> 25 #include <winsock2.h>
26 #include <ws2tcpip.h> 26 #include <ws2tcpip.h>
27 #endif 27 #endif
28 28
29 #include "stream.h" 29 #include "stream.h"
30 #include "demuxer.h" 30 #include "libmpdemux/demuxer.h"
31 #include "m_config.h" 31 #include "m_config.h"
32 32
33 #include "network.h" 33 #include "network.h"
34 #include "http.h" 34 #include "http.h"
35 #include "cookies.h" 35 #include "cookies.h"