From 8b1d3f66985c3816f6f87fafe739e898774e7a7e Mon Sep 17 00:00:00 2001 From: Gregory Nutt <gnutt@nuttx.org> Date: Mon, 10 Feb 2014 14:28:18 -0600 Subject: [PATCH] remove some unnecessary header files --- drivers/usbhost/usbhost_hidmouse.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/usbhost/usbhost_hidmouse.c b/drivers/usbhost/usbhost_hidmouse.c index cbd11f92d6..aecb061570 100644 --- a/drivers/usbhost/usbhost_hidmouse.c +++ b/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> -- GitLab