Merge pull request #175 from hiviah/master

Fix hitagS sources to compile on gcc 4.9.3
This commit is contained in:
Martin Holst Swende 2016-05-20 13:24:40 +02:00
commit 6fcb5dda51
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>