CHG: moved includes into header file where it belong

This commit is contained in:
iceman1001 2016-07-07 02:15:40 +02:00
commit a8ee668770
2 changed files with 4 additions and 5 deletions

View file

@ -8,11 +8,7 @@
//-----------------------------------------------------------------------------
// BigBuf and functions to allocate/free parts of it.
//-----------------------------------------------------------------------------
#include <stdint.h>
#include "proxmark3.h"
#include "apps.h"
#include "string.h"
#include "bigbuf.h"
// BigBuf is the large multi-purpose buffer, typically used to hold A/D samples or traces.
// Also used to hold various smaller buffers and the Mifare Emulator Memory.