move include modules from h to c file
This commit is contained in:
parent
86a1c1dc25
commit
9658b9e137
@ -11,6 +11,11 @@
|
||||
|
||||
#include "cmdhf14a.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "util.h"
|
||||
#include "util_posix.h"
|
||||
#include "iso14443crc.h"
|
||||
|
||||
@ -12,12 +12,7 @@
|
||||
#ifndef CMDHF14A_H__
|
||||
#define CMDHF14A_H__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
// structure and database for uid -> tagtype lookups
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user