Remove platform specific, and non-needed, headers.
This commit is contained in:
parent
e933f505e2
commit
4bca43508b
2 changed files with 0 additions and 5 deletions
|
@ -30,7 +30,6 @@
|
|||
Thanks to d18c7db and Okko for example code
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <usb.h>
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
* @brief
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <usb.h>
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue