From 3631045878a955407115561fa86b96566bd33cfc Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 14 May 2026 23:36:41 +0530 Subject: avoid using relative includes --- src/nfc/nfc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nfc/nfc.cpp') diff --git a/src/nfc/nfc.cpp b/src/nfc/nfc.cpp index d4c3fb4..a18f47b 100644 --- a/src/nfc/nfc.cpp +++ b/src/nfc/nfc.cpp @@ -4,8 +4,8 @@ #include #include -#include "../config.h" -#include "../utils/buttons.h" +#include "config.h" +#include "utils/buttons.h" #include "ui/display.h" #define PN532_IRQ -1 -- cgit v1.2.3