Skip to content
Snippets Groups Projects
Commit 8b1d3f66 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

remove some unnecessary header files

parent 8ef27291
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment