comparison libmpdemux/stream_smb.c @ 15521:77a604e12143

remove inclusion of stdio.h
author nicodvb
date Thu, 19 May 2005 21:47:30 +0000
parents 07a841d9a8e1
children 6ff3379a0862
comparison
equal deleted inserted replaced
15520:2c5186ed83b9 15521:77a604e12143
3 3
4 #ifdef LIBSMBCLIENT 4 #ifdef LIBSMBCLIENT
5 5
6 #include <libsmbclient.h> 6 #include <libsmbclient.h>
7 #include <unistd.h> 7 #include <unistd.h>
8 #include <stdio.h>
9 8
10 #include "mp_msg.h" 9 #include "mp_msg.h"
11 #include "stream.h" 10 #include "stream.h"
12 #include "help_mp.h" 11 #include "help_mp.h"
13 #include "../m_option.h" 12 #include "../m_option.h"