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
commit 1a4fbfe495
Notes: sideshowbarker 2024-07-17 06:40:35 +09:00
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/*'