Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h

This commit is contained in:
Brendan Coles 2021-04-19 00:09:31 +00:00 committed by Andreas Kling
commit 3c4dc5cb11
Notes: sideshowbarker 2024-07-18 19:24:52 +09:00
4 changed files with 2 additions and 6 deletions

View file

@ -41,7 +41,6 @@ done < <(git ls-files -- \
'*.h' \
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Userland/Libraries/LibELF/exec_elf.h' \
)
exit_status=0