Removed an unneeded include that was breaking compilation on the raspberry pi
This commit is contained in:
parent
9e3b4d023c
commit
54b3ab3fba
|
@ -1,6 +1,6 @@
|
|||
#include <argp.h>
|
||||
#include <linux/input.h>
|
||||
#include <linux/input-event-codes.h>
|
||||
//#include <linux/input-event-codes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue