deleted uneccessary includes

This commit is contained in:
tharexde 2020-11-13 20:27:57 +01:00
commit b91792f1d7
3 changed files with 0 additions and 8 deletions

View file

@ -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"

View file

@ -10,15 +10,9 @@
#include "cliparser.h"
#include "cmdlfem4x50.h"
#include <ctype.h>
#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

View file

@ -11,7 +11,6 @@
#ifndef CMDLFEM4X50_H__
#define CMDLFEM4X50_H__
#include"common.h"
#include "em4x50.h"
int read_em4x50_uid(void);