make/cmake: remove weirdy include paths like src/uart/../crypto

This commit is contained in:
Philippe Teuwen
2020-04-19 12:53:46 +02:00
parent 4967096e3b
commit 2676740fb3
11 changed files with 17 additions and 18 deletions

View File

@@ -19,7 +19,7 @@
#include "proxmark3.h"
#include "comms.h" // getfromdevice
#include "emv/emvcore.h" // decodeTVL
#include "../crypto/libpcrypto.h" // sha512hash
#include "crypto/libpcrypto.h" // sha512hash
#include "emv/dump.h"
#include "ui.h"
#include "fileutils.h"