From 5ec7a2d3468af5d89e6866aabc2592908f82bda4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Dec 2013 09:38:48 -0600 Subject: [PATCH] Move smart.h to include/nuttx/fs/smart.h --- examples/flash_test/flash_test.c | 2 +- examples/smart/smart_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flash_test/flash_test.c b/examples/flash_test/flash_test.c index e6c339990..094ad4e59 100644 --- a/examples/flash_test/flash_test.c +++ b/examples/flash_test/flash_test.c @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include /**************************************************************************** diff --git a/examples/smart/smart_main.c b/examples/smart/smart_main.c index 114fb041a..cf57c842a 100644 --- a/examples/smart/smart_main.c +++ b/examples/smart/smart_main.c @@ -53,7 +53,7 @@ #include #include -#include +#include #include #include