summaryrefslogtreecommitdiff
path: root/apps/system/sdcard/sdcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sdcard/sdcard.c')
-rw-r--r--apps/system/sdcard/sdcard.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/system/sdcard/sdcard.c b/apps/system/sdcard/sdcard.c
index 56ab74f44..fba01c3ae 100644
--- a/apps/system/sdcard/sdcard.c
+++ b/apps/system/sdcard/sdcard.c
@@ -46,11 +46,8 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
-
-#ifdef CONFIG_STM32_SDIO
-# include <nuttx/sdio.h>
-# include <nuttx/mmcsd.h>
-#endif
+#include <nuttx/sdio.h>
+#include <nuttx/mmcsd.h>
/****************************************************************************
* Public Function Prototypes