summaryrefslogtreecommitdiff
path: root/Kernel/Net/Realtek/RTL8168NetworkAdapter.h
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2023-02-24 20:10:59 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-06-04 21:32:34 +0200
commit7c0540a22900a8366741205dead7f76ae4cfabcc (patch)
treeb5b5a2d3912879070faf86bbff26af715610618e /Kernel/Net/Realtek/RTL8168NetworkAdapter.h
parentf1cbfc5a6e9b6a60278fcbb3e9fa9b10e1f593e0 (diff)
downloadserenity-7c0540a22900a8366741205dead7f76ae4cfabcc.zip
Everywhere: Move global Kernel pattern code to Kernel/Library directory
This has KString, KBuffer, DoubleBuffer, KBufferBuilder, IOWindow, UserOrKernelBuffer and ScopedCritical classes being moved to the Kernel/Library subdirectory. Also, move the panic and assertions handling code to that directory.
Diffstat (limited to 'Kernel/Net/Realtek/RTL8168NetworkAdapter.h')
-rw-r--r--Kernel/Net/Realtek/RTL8168NetworkAdapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/Realtek/RTL8168NetworkAdapter.h b/Kernel/Net/Realtek/RTL8168NetworkAdapter.h
index c8a0bfb131..8b25fbfbd5 100644
--- a/Kernel/Net/Realtek/RTL8168NetworkAdapter.h
+++ b/Kernel/Net/Realtek/RTL8168NetworkAdapter.h
@@ -9,8 +9,8 @@
#include <AK/OwnPtr.h>
#include <Kernel/Bus/PCI/Access.h>
#include <Kernel/Bus/PCI/Device.h>
-#include <Kernel/IOWindow.h>
#include <Kernel/Interrupts/IRQHandler.h>
+#include <Kernel/Library/IOWindow.h>
#include <Kernel/Net/NetworkAdapter.h>
#include <Kernel/Security/Random.h>