mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: Moved a 'include' statement to header file
This commit is contained in:
parent
955228691e
commit
00abc7c1ab
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Low frequency Presco tag commands
|
||||
//-----------------------------------------------------------------------------
|
||||
#include <math.h>
|
||||
|
||||
#include "cmdlfjablotron.h"
|
||||
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue