Removed an unneeded include that was breaking compilation on the raspberry pi

This commit is contained in:
Andrew Brooks 2018-01-25 20:34:06 -06:00
parent 9e3b4d023c
commit 54b3ab3fba
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <argp.h> #include <argp.h>
#include <linux/input.h> #include <linux/input.h>
#include <linux/input-event-codes.h> //#include <linux/input-event-codes.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>