From c3fe915b44a1b32f05b182b3079c722b82b20fb9 Mon Sep 17 00:00:00 2001 From: px4dev Date: Tue, 23 Oct 2012 18:02:36 -0700 Subject: Checkpoint - moving things out of the NuttX configs/*/src directories --- apps/systemcmds/led/led.c | 2 +- apps/systemcmds/top/top.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/systemcmds') diff --git a/apps/systemcmds/led/led.c b/apps/systemcmds/led/led.c index 02c1bb133..7a1faa618 100644 --- a/apps/systemcmds/led/led.c +++ b/apps/systemcmds/led/led.c @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include diff --git a/apps/systemcmds/top/top.c b/apps/systemcmds/top/top.c index f4e260211..b373d9ae7 100644 --- a/apps/systemcmds/top/top.c +++ b/apps/systemcmds/top/top.c @@ -47,7 +47,7 @@ #include #include -#include +#include /** * Start the top application. -- cgit v1.2.3