Fix include paths

This commit is contained in:
noproto 2024-09-23 21:55:39 -04:00
parent 0ba8ac4ed0
commit 61e24fcb13
2 changed files with 3 additions and 3 deletions
lib/nfc
helpers
protocols/mf_classic

View file

@ -1,6 +1,6 @@
#pragma once
#include "protocols/mf_classic/mf_classic.h"
#include <protocols/mf_classic/mf_classic.h>
#include <toolbox/bit_buffer.h>
#ifdef __cplusplus

View file

@ -3,12 +3,12 @@
#include "mf_classic_poller.h"
#include <lib/nfc/protocols/iso14443_3a/iso14443_3a_poller_i.h>
#include <bit_lib/bit_lib.h>
#include "nfc/helpers/iso14443_crc.h"
#include <nfc/helpers/iso14443_crc.h>
#include <nfc/helpers/crypto1.h>
#include <stream/stream.h>
#include <stream/buffered_file_stream.h>
#include "keys_dict.h"
#include "helpers/nfc_util.h"
#include <helpers/nfc_util.h>
#ifdef __cplusplus
extern "C" {