From 8a55cb1e9af2d632555fade4a745617f5a10d956 Mon Sep 17 00:00:00 2001 From: Patrick Winnertz Date: Sun, 8 Feb 2009 12:41:44 +0100 Subject: [PATCH] Removed three more includes of mhl files in smbfs.c Signed-off-by: Patrick Winnertz --- vfs/smbfs.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vfs/smbfs.c b/vfs/smbfs.c index 2001a7ddd..2f15ebf1f 100644 --- a/vfs/smbfs.c +++ b/vfs/smbfs.c @@ -26,9 +26,6 @@ #include #include -#include -#include - #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 -#include - #include "vfs.h" #include "vfs-impl.h" #include "smbfs.h"