summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/drivers/usbhost/usbhost_hidmouse.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_hidmouse.c b/nuttx/drivers/usbhost/usbhost_hidmouse.c
index cbd11f92d..aecb06157 100644
--- a/nuttx/drivers/usbhost/usbhost_hidmouse.c
+++ b/nuttx/drivers/usbhost/usbhost_hidmouse.c
@@ -42,12 +42,9 @@
#include <sys/types.h>
#include <stdbool.h>
#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
#include <poll.h>
#include <semaphore.h>
-#include <time.h>
#include <fcntl.h>
#include <assert.h>
#include <errno.h>
@@ -56,7 +53,6 @@
#include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h>
-#include <nuttx/arch.h>
#include <nuttx/wqueue.h>
#include <nuttx/usb/usb.h>