1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

LibBareMetal: Remove unnecessary include

This commit is contained in:
Liav A 2020-02-25 01:55:51 +02:00 committed by Andreas Kling
parent d376e17b5c
commit 0cda92d5da

View file

@ -30,7 +30,6 @@
#if defined(KERNEL)
# include <Kernel/Arch/i386/CPU.h>
# include <Kernel/Devices/VMWareBackdoor.h>
#endif
namespace IO {