CHG: Moved a 'include' statement to header file
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Low frequency Presco tag commands
|
// Low frequency Presco tag commands
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#include <math.h>
|
|
||||||
#include "cmdlfjablotron.h"
|
#include "cmdlfjablotron.h"
|
||||||
|
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#define CMDLFJABLOTRON_H__
|
#define CMDLFJABLOTRON_H__
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <math.h>
|
||||||
#include "proxmark3.h"
|
#include "proxmark3.h"
|
||||||
#include "ui.h"
|
#include "ui.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user