diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-16 13:07:48 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-01 09:35:14 +0000 |
commit | aed0a639f4af8e630dbd6bd4f2e0368b1481eae3 (patch) | |
tree | 2313ea3997717749a76ea6e8142d740519cda520 /bin | |
parent | 7e09b3656472bd5a3ef4090fd2ea6f521956fd53 (diff) |
tdf#42949 remove unnecessary includes using iwyu
Change-Id: I13960721b7e15b1761aff8497391e39ae5645b89
Reviewed-on: https://gerrit.libreoffice.org/18616
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-iwyu-dummy-lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-iwyu-dummy-lib b/bin/gen-iwyu-dummy-lib index 62e7c7bc2fd8..92ec408af30c 100755 --- a/bin/gen-iwyu-dummy-lib +++ b/bin/gen-iwyu-dummy-lib @@ -62,7 +62,7 @@ for dir in $(echo ${iwyu_INCLUDEDIRS_EXTRA} | sed -e "s/ /\n/g" | uniq) ${iwyu_I echo "-I${SRCDIR}/${dir} \\"; done >> ${iwyu_LIB} # it fails to find stddef.h? -echo '-I/usr/lib/clang/3.4/include \' >> ${iwyu_LIB} +echo '-I/usr/lib/clang/3.6/include \' >> ${iwyu_LIB} echo "))" >> ${iwyu_LIB} >> ${iwyu_LIB} echo '$(eval $(call gb_StaticLibrary__add_iwyu_headers,iwyudummy,\' >> ${iwyu_LIB} |