aboutsummaryrefslogtreecommitdiff
path: root/core/debug
diff options
context:
space:
mode:
Diffstat (limited to 'core/debug')
-rw-r--r--core/debug/pe/section.odin3
1 files changed, 0 insertions, 3 deletions
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,