Kernel: Remove ASM_Wrapper include from platform independent processor.h

This commit is contained in:
James Mintram 2021-11-30 22:59:05 +00:00 committed by Brian Gianforcaro
commit 1c86b7043b
Notes: sideshowbarker 2024-07-17 23:15:24 +09:00
3 changed files with 11 additions and 4 deletions

View file

@ -8,7 +8,6 @@
#pragma once
#include <AK/Function.h>
#include <Kernel/Arch/x86/ASM_wrapper.h>
namespace Kernel {