From 9b15bda0552cf61dedb86924bbd48ac4fc8e25cd Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 7 Jun 2023 22:48:39 +0100 Subject: Add missing packages to `examples/all` --- core/debug/pe/section.odin | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/debug') diff --git a/core/debug/pe/section.odin b/core/debug/pe/section.odin index 809da8bb4..926306dbb 100644 --- a/core/debug/pe/section.odin +++ b/core/debug/pe/section.odin @@ -1,8 +1,5 @@ package debug_pe -import "core:runtime" -import "core:io" - Section_Header32 :: struct { name: [8]u8, virtual_size: u32le, -- cgit v1.2.3