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

@@ -11,7 +11,7 @@
#include <ctype.h>
#include "cmdparser.h"
#include "commonutil.h"
#include "../crypto/libpcrypto.h"
#include "crypto/libpcrypto.h"
#include "mbedtls/des.h"
#include "cmdhfmf.h"
#include "cmdhf14a.h"