CHG: Moved a 'include' statement to header file

This commit is contained in:
iceman1001 2016-07-30 19:37:15 +02:00
commit 00abc7c1ab
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
//-----------------------------------------------------------------------------
// Low frequency Presco tag commands
//-----------------------------------------------------------------------------
#include <math.h>
#include "cmdlfjablotron.h"
static int CmdHelp(const char *Cmd);

View file

@ -10,6 +10,7 @@
#define CMDLFJABLOTRON_H__
#include <string.h>
#include <inttypes.h>
#include <math.h>
#include "proxmark3.h"
#include "ui.h"
#include "util.h"