Get rid of sys/types.h include in driver.h

This commit is contained in:
twinaphex 2015-12-06 13:09:59 +01:00
parent 38a7338592
commit b0fb4f2b6d

View File

@ -19,7 +19,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <sys/types.h>
#include <boolean.h>
#include <compat/posix_string.h>