Browse Source

Removed three more includes of mhl files in smbfs.c

Signed-off-by: Patrick Winnertz <winnie@debian.org>
Patrick Winnertz 16 years ago
parent
commit
8a55cb1e9a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      vfs/smbfs.c

+ 0 - 5
vfs/smbfs.c

@@ -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"