diff options
| author | gingerBill <bill@gingerbill.org> | 2023-06-07 22:48:39 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-06-07 22:48:39 +0100 |
| commit | 9b15bda0552cf61dedb86924bbd48ac4fc8e25cd (patch) | |
| tree | 9ad17c06f7725c8a47c420a666106f0411dc3be4 /core/debug | |
| parent | 635842b322f3f12ed5a68f1dea4e3db45c0a3fee (diff) | |
Add missing packages to `examples/all`
Diffstat (limited to 'core/debug')
| -rw-r--r-- | core/debug/pe/section.odin | 3 |
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, |