From 7ede3c712254cf389c30c6d564ab7fe9c76962ee Mon Sep 17 00:00:00 2001 From: ikarus Date: Wed, 23 Dec 2015 23:51:49 +0100 Subject: [PATCH] Remove include statement that causes trouble (fix #151). See: https://github.com/Proxmark/proxmark3/issues/151 --- common/protocols.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/protocols.c b/common/protocols.c index 0d95cf08..69631f58 100644 --- a/common/protocols.c +++ b/common/protocols.c @@ -1,4 +1,3 @@ -#include #include #include #include -- 2.39.5