Complete test.
[bertos.git] / bertos / fs / fat_test.c
index 35125193e9a63e84d867cdea619f3eb496164165..f356c646de0b8abf0262f1d7ddad787be3290364 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief FatFs test.
  *
- * \version $Id$
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
  * $test$: cp bertos/cfg/cfg_fat.h $cfgdir/
@@ -43,8 +42,8 @@
 
 #include "fat.h"
 
-#include "fatfs/src/ff.h"
-#include "fatfs/src/diskio.h"
+#include "fatfs/ff.h"
+#include "fatfs/diskio.h"
 
 #include <cfg/test.h>