diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-01-19 21:05:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-01-20 08:25:50 +0100 |
commit | 53d4346968c82c8c998ed074aa72591b73f02814 (patch) | |
tree | 8e0665e6909c960a64a200dee4e1e1626f1f3b32 /bin | |
parent | 326b420b8a31e4c3db49ca7e437829bde10e1fa4 (diff) |
pdfium: rework to eliminate FPDF_PAGEOBJECT from the public interface
And fix bin/find-unneeded-includes to not report noise on
PDFiumLibrary.cxx.
Change-Id: I93337e49a5656349089bdb790876bebe8505082c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109656
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-unneeded-includes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes index 90c4d89d8800..65f791101d90 100755 --- a/bin/find-unneeded-includes +++ b/bin/find-unneeded-includes @@ -118,6 +118,8 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules): # Works around a build breakage specific to the broken Android # toolchain. "android/compatibility.hxx", + # Removing this would change the meaning of '#if defined OSL_BIGENDIAN'. + "osl/endian.h", ) if include in noRemove: return True |