From 2d9a5f41c6361f73049656c71b3719ed678390a4 Mon Sep 17 00:00:00 2001 From: Conrad Braam Date: Wed, 28 Nov 2018 11:04:14 +0000 Subject: [PATCH] removed include statement --- features/nfc/source/nfc/NFCEEPROM.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/features/nfc/source/nfc/NFCEEPROM.cpp b/features/nfc/source/nfc/NFCEEPROM.cpp index 79fb4cb24c..01f2715a85 100644 --- a/features/nfc/source/nfc/NFCEEPROM.cpp +++ b/features/nfc/source/nfc/NFCEEPROM.cpp @@ -16,7 +16,6 @@ #include "NFCEEPROM.h" #include "ndef/ndef.h" -#include "Event.h" using namespace mbed; using namespace mbed::nfc;