From 620e6ff88867894e87e423777470b96cc322e2d3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 21 Mar 2012 18:01:07 +0000 Subject: Move file-system header files to include/nuttx/fs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/usbhost/usbhost_hidkbd.c | 2 +- nuttx/drivers/usbhost/usbhost_skeleton.c | 2 +- nuttx/drivers/usbhost/usbhost_storage.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/drivers/usbhost') diff --git a/nuttx/drivers/usbhost/usbhost_hidkbd.c b/nuttx/drivers/usbhost/usbhost_hidkbd.c index baf18703d..ce951e1e6 100644 --- a/nuttx/drivers/usbhost/usbhost_hidkbd.c +++ b/nuttx/drivers/usbhost/usbhost_hidkbd.c @@ -54,7 +54,7 @@ #include #include -#include +#include #include #include diff --git a/nuttx/drivers/usbhost/usbhost_skeleton.c b/nuttx/drivers/usbhost/usbhost_skeleton.c index 206b347c5..0a88a4f1b 100644 --- a/nuttx/drivers/usbhost/usbhost_skeleton.c +++ b/nuttx/drivers/usbhost/usbhost_skeleton.c @@ -48,7 +48,7 @@ #include #include -#include +#include #include #include diff --git a/nuttx/drivers/usbhost/usbhost_storage.c b/nuttx/drivers/usbhost/usbhost_storage.c index 82409eac3..2817c2446 100644 --- a/nuttx/drivers/usbhost/usbhost_storage.c +++ b/nuttx/drivers/usbhost/usbhost_storage.c @@ -48,7 +48,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3