summaryrefslogtreecommitdiff
path: root/apps/plugins/alpine_cdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/alpine_cdc.c')
-rw-r--r--apps/plugins/alpine_cdc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index dacc4a7dae..742e0bc6f5 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -30,6 +30,8 @@
30 * 30 *
31 ****************************************************************************/ 31 ****************************************************************************/
32 32
33#include "plugin.h"
34
33/* Only build for (correct) target */ 35/* Only build for (correct) target */
34#if !defined(SIMULATOR) && CONFIG_CPU==SH7034 && !defined(HAVE_MMC) 36#if !defined(SIMULATOR) && CONFIG_CPU==SH7034 && !defined(HAVE_MMC)
35 37
@@ -43,7 +45,6 @@
43 45
44/****************** imports ******************/ 46/****************** imports ******************/
45 47
46#include "plugin.h"
47#include "sh7034.h" 48#include "sh7034.h"
48#include "system.h" 49#include "system.h"
49 50