diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-04-19 00:09:31 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-19 09:19:31 +0200 |
commit | 3c4dc5cb11a6221f12bc143422fcb9f849088ddc (patch) | |
tree | b4e2e6fe2d5eb4ef036c78ecce143746a34fd62f /Meta/lint-clang-format.sh | |
parent | df916c97386de6a05a229327d524edc2668f7b1c (diff) | |
download | serenity-3c4dc5cb11a6221f12bc143422fcb9f849088ddc.zip |
Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-x | Meta/lint-clang-format.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index d9e12eada8..d2f0d333b6 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -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=() |