X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/125a98a1102cc27cefeba77f6d37542c1c475c52..28598e80c0dc57997731d9af96be7cb85db7c60a:/client/proxmark3.h?ds=sidebyside

diff --git a/client/proxmark3.h b/client/proxmark3.h
index 0bf5a9eb..2d19cf5c 100644
--- a/client/proxmark3.h
+++ b/client/proxmark3.h
@@ -12,15 +12,12 @@
 #ifndef PROXMARK3_H__
 #define PROXMARK3_H__
 
-#define __STDC_FORMAT_MACROS
-#include <inttypes.h>
-#define llx PRIx64
-
-#include <usb.h>
 #include "usb_cmd.h"
 
 #define PROXPROMPT "proxmark3> "
 
 void SendCommand(UsbCommand *c);
+const char const *get_my_executable_path(void);
+const char const *get_my_executable_directory(void);
 
 #endif