From b91792f1d7196a72c06996abb36ddd89511602c4 Mon Sep 17 00:00:00 2001 From: tharexde Date: Fri, 13 Nov 2020 20:27:57 +0100 Subject: [PATCH] deleted uneccessary includes --- armsrc/em4x50.c | 1 - client/src/cmdlfem4x50.c | 6 ------ client/src/cmdlfem4x50.h | 1 - 3 files changed, 8 deletions(-) diff --git a/armsrc/em4x50.c b/armsrc/em4x50.c index e396491d8..e4a4109c2 100644 --- a/armsrc/em4x50.c +++ b/armsrc/em4x50.c @@ -12,7 +12,6 @@ #include "ticks.h" #include "dbprint.h" #include "lfadc.h" -#include "pmflash.h" #include "commonutil.h" #include "em4x50.h" #include "flashmem.h" diff --git a/client/src/cmdlfem4x50.c b/client/src/cmdlfem4x50.c index 2526868fe..dca26cbc8 100644 --- a/client/src/cmdlfem4x50.c +++ b/client/src/cmdlfem4x50.c @@ -10,15 +10,9 @@ #include "cliparser.h" #include "cmdlfem4x50.h" -#include #include "fileutils.h" -#include "comms.h" -#include "util.h" #include "commonutil.h" -#include "cmdparser.h" #include "pmflash.h" -#include "cmdflashmem.h" -#include "em4x50.h" #define FLASH_MEM_PAGE_SIZE 0x10000 #define CARD_MEMORY_SIZE 4096 diff --git a/client/src/cmdlfem4x50.h b/client/src/cmdlfem4x50.h index 753210f0a..a8d637f4e 100644 --- a/client/src/cmdlfem4x50.h +++ b/client/src/cmdlfem4x50.h @@ -11,7 +11,6 @@ #ifndef CMDLFEM4X50_H__ #define CMDLFEM4X50_H__ -#include"common.h" #include "em4x50.h" int read_em4x50_uid(void);