Everywhere: Remove references to the kernel

This commit is contained in:
Tim Ledbetter
2024-05-31 09:27:36 +01:00
committed by Andreas Kling
parent d147ed8549
commit 1a4fbfe495
12 changed files with 5 additions and 56 deletions

View File

@@ -12,8 +12,6 @@ if [ "$#" -eq "1" ]; then
'*.h' \
'*.mm' \
':!:Base' \
':!:Kernel/Devices/HID/VirtIO/EvDevDefinitions.h' \
':!:Kernel/FileSystem/Ext2FS/Definitions.h' \
':!:Userland/Libraries/LibCodeComprehension/Cpp/Tests/*' \
':!:Userland/Libraries/LibCpp/Tests/parser/*' \
':!:Userland/Libraries/LibCpp/Tests/preprocessor/*'