Bernard Xiong 8 лет назад
Родитель
Сommit
7ea1d0c672
1 измененных файлов с 3 добавлено и 5 удалено
  1. 3 5
      bsp/simulator/drivers/sd_sim.c

+ 3 - 5
bsp/simulator/drivers/sd_sim.c

@@ -1,11 +1,9 @@
-#include <rtthread.h>
-#include <dfs.h>
-
 #include <stdio.h>
 #include <stdio.h>
 #include <string.h>
 #include <string.h>
-#ifdef _WIN32
 #include <stdlib.h>
 #include <stdlib.h>
-#endif
+
+#include <rtthread.h>
+#include <dfs.h>
 
 
 #ifdef DEBUG
 #ifdef DEBUG
 #  define SD_TRACE     rt_kprintf
 #  define SD_TRACE     rt_kprintf