From 3c4dc5cb11a6221f12bc143422fcb9f849088ddc Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Mon, 19 Apr 2021 00:09:31 +0000 Subject: Meta: Remove references to Userland/Libraries/LibELF/exec_elf.h --- Meta/lint-clang-format.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Meta/lint-clang-format.sh') 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=() -- cgit v1.2.3