From 2a239bcd2bb3d226d414f7d5ee8a407b876596a2 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Sat, 13 Dec 2008 02:18:40 +0000 Subject: [PATCH] Remove left-over debugging code --- source/fatfile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/fatfile.c b/source/fatfile.c index d24f54e..0132204 100644 --- a/source/fatfile.c +++ b/source/fatfile.c @@ -43,8 +43,6 @@ #include "filetime.h" #include "lock.h" -#include - int _FAT_open_r (struct _reent *r, void *fileStruct, const char *path, int flags, int mode) { PARTITION* partition = NULL; bool fileExists;