move include modules from h to c file

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

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