move include modules from h to c file

This commit is contained in:
merlokk 2017-11-10 09:15:56 +02:00
parent 86a1c1dc25
commit 9658b9e137
2 changed files with 5 additions and 5 deletions

View file

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

View file

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