From 54b3ab3fbad9f13ad178d68a75c01954e5731272 Mon Sep 17 00:00:00 2001 From: Andrew Brooks Date: Thu, 25 Jan 2018 20:34:06 -0600 Subject: [PATCH] Removed an unneeded include that was breaking compilation on the raspberry pi --- barcode_service/barcode_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcode_service/barcode_service.c b/barcode_service/barcode_service.c index 971a7c5..ebf2725 100644 --- a/barcode_service/barcode_service.c +++ b/barcode_service/barcode_service.c @@ -1,6 +1,6 @@ #include #include -#include +//#include #include #include #include