summaryrefslogtreecommitdiff
path: root/Kernel/Net/Routing.cpp
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2023-02-24 19:45:37 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-06-04 21:32:34 +0200
commit1b04726c854f59fbd12d1a0eeef0b21d7aa6b832 (patch)
tree99d165c41af9c1d94e8372196e9e6516c6101288 /Kernel/Net/Routing.cpp
parent788022d5d16147b7d149294f9783cb2b0022021f (diff)
downloadserenity-1b04726c854f59fbd12d1a0eeef0b21d7aa6b832.zip
Kernel: Move all tasks-related code to the Tasks subdirectory
Diffstat (limited to 'Kernel/Net/Routing.cpp')
-rw-r--r--Kernel/Net/Routing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/Routing.cpp b/Kernel/Net/Routing.cpp
index 9ceaa71bc5..3285880213 100644
--- a/Kernel/Net/Routing.cpp
+++ b/Kernel/Net/Routing.cpp
@@ -12,7 +12,7 @@
#include <Kernel/Net/NetworkTask.h>
#include <Kernel/Net/NetworkingManagement.h>
#include <Kernel/Net/Routing.h>
-#include <Kernel/Thread.h>
+#include <Kernel/Tasks/Thread.h>
namespace Kernel {