Removed three more includes of mhl files in smbfs.c

Signed-off-by: Patrick Winnertz <winnie@debian.org>
This commit is contained in:
Patrick Winnertz 2009-02-08 12:41:44 +01:00
parent c26e289b9f
commit 8a55cb1e9a

View File

@ -26,9 +26,6 @@
#include <stdio.h>
#include <sys/types.h>
#include <mhl/types.h>
#include <mhl/string.h>
#undef USE_NCURSES /* Don't include *curses.h */
#include "../src/global.h"
#include "../src/tty.h" /* enable/disable interrupt key */
@ -53,8 +50,6 @@
#include <string.h>
#include <mhl/string.h>
#include "vfs.h"
#include "vfs-impl.h"
#include "smbfs.h"