X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/aaa1a9a2dcb8b9f2b6acd937f84464daa50ecad6..f1f7430ae0215b7ba3743b6d14f9eec616bd00ab:/client/data.h

diff --git a/client/data.h b/client/data.h
index 201aba04..d156a0c8 100644
--- a/client/data.h
+++ b/client/data.h
@@ -10,14 +10,9 @@
 
 #ifndef DATA_H__
 #define DATA_H__
-
 #include <stdint.h>
-
-#define FILE_PATH_SIZE 1000
-
+#include "util.h"
 extern uint8_t* sample_buf;
-#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
-
 void GetFromBigBuf(uint8_t *dest, int bytes, int start_index);
 void GetEMLFromBigBuf(uint8_t *dest, int bytes, int start_index);
 #endif