From 336fb4f3135c4f41228f1393d85183dc44e8b92b Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 24 Feb 2023 20:33:43 +0200 Subject: Kernel: Move InterruptDisabler to the Interrupts subdirectory --- Kernel/TTY/MasterPTY.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/TTY/MasterPTY.cpp') diff --git a/Kernel/TTY/MasterPTY.cpp b/Kernel/TTY/MasterPTY.cpp index 2fdba628a5..f4c8652a8b 100644 --- a/Kernel/TTY/MasterPTY.cpp +++ b/Kernel/TTY/MasterPTY.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3