Remove unnecessary header file inclusion

This commit is contained in:
Gregory Nutt 2014-10-26 06:09:20 -06:00
parent 562b719f26
commit 0eb45e78f3
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <semaphore.h>
#include <queue.h>
#include <assert.h>
#include <errno.h>