Skip to content

Commit

Permalink
Fix include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
noproto committed Sep 24, 2024
1 parent 0ba8ac4 commit 61e24fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/nfc/helpers/crypto1.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/nfc/protocols/mf_classic/mf_classic_poller_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 61e24fc

Please sign in to comment.