mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h
This commit is contained in:
parent
df916c9738
commit
3c4dc5cb11
Notes:
sideshowbarker
2024-07-18 19:24:52 +09:00
Author: https://github.com/bcoles
Commit: 3c4dc5cb11
Pull-request: https://github.com/SerenityOS/serenity/pull/6470
4 changed files with 2 additions and 6 deletions
|
@ -12,8 +12,7 @@ if [ "$#" -eq "1" ]; then
|
|||
'*.h' \
|
||||
':!:Base' \
|
||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibC/syslog.h' \
|
||||
':!:Userland/Libraries/LibELF/exec_elf.h'
|
||||
':!:Userland/Libraries/LibC/syslog.h'
|
||||
)
|
||||
else
|
||||
files=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue