From b08605f295e5fcde5139fdea0548a7dd6a106cbf Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Tue, 9 Sep 2025 17:47:17 -0400 Subject: [PATCH] remove dep on fat32_structures --- src/mbr/mbr.nasm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mbr/mbr.nasm b/src/mbr/mbr.nasm index 4eb220a..b7cc2d0 100755 --- a/src/mbr/mbr.nasm +++ b/src/mbr/mbr.nasm @@ -33,7 +33,6 @@ nop %include "config.inc" %include "error_codes.inc" %include "partition_table.inc" -%include "fat32/fat32_structures.inc" %undef __STEVIA_DEV_DEBUG