Imported Upstream version 4.0.43
[platform/upstream/mtools.git] / fat_free.c
index 8fb176c..6be880a 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include "sysincludes.h"
-#include "msdos.h"
 #include "fsP.h"
 #include "mtoolsDirentry.h"
 
@@ -69,4 +68,3 @@ int fatFreeWithDirentry(direntry_t *entry)
 {
        return fatFreeWithDir(entry->Dir, &entry->dir);
 }
-