Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/nfc/nfc_cli.c')
-rwxr-xr-xapplications/nfc/nfc_cli.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/nfc/nfc_cli.c b/applications/nfc/nfc_cli.c
index 133bd558..4ac95f04 100755
--- a/applications/nfc/nfc_cli.c
+++ b/applications/nfc/nfc_cli.c
@@ -1,9 +1,10 @@
#include <furi.h>
#include <furi_hal.h>
#include <cli/cli.h>
-#include <toolbox/args.h>
+#include <lib/toolbox/args.h>
-#include "nfc_types.h"
+#include <lib/nfc/nfc_types.h>
+#include <lib/nfc/nfc_device.h>
static void nfc_cli_print_usage() {
printf("Usage:\r\n");