Fix hitagS sources to compile on gcc 4.9.3

This commit is contained in:
Ondrej Mikle 2016-04-23 10:01:19 +02:00
parent b324b02f88
commit 39d56ec88b
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "proxmark3.h" #include "proxmark3.h"
#include "apps.h" #include "apps.h"

View file

@ -10,7 +10,6 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <hitag2.h> #include <hitag2.h>