ncp-spinel: Remove include <sys/types.h> (#193)

This commit addresses issue #191.

This file was being included for `size_t`, but this header is not available
on IAR platforms. We can generally get `size_t` from including stdio.h.
This commit is contained in:
Robert Quattlebaum
2016-06-22 09:13:11 -07:00
committed by Jonathan Hui
parent 1571c9ef9c
commit 90457bc970
-1
View File
@@ -32,7 +32,6 @@
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/types.h>
// ----------------------------------------------------------------------------