comparison src/smb/smb.c @ 1954:6acf1bda788b

Removed some extraneous includes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2007 02:20:03 +0300
parents 7d0062c2e2a4
children e8ea3a76a84e
comparison
equal deleted inserted replaced
1953:6faf2562e523 1954:6acf1bda788b
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */ 17 */
18 18
19 #include <audacious/vfs.h>
20 #include <audacious/plugin.h> 19 #include <audacious/plugin.h>
21 #include <stdio.h> 20 #include <stdio.h>
22 21
23 #include <unistd.h> 22 #include <unistd.h>
24 #include <sys/stat.h> 23 #include <sys/stat.h>