bin/find-unneeded-includes |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 25f2fd3aa45dc47356b7074151e8e5b6ae750e92
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Mon Jan 7 08:41:22 2019 +0100
Commit:     Michael Stahl <michael.st...@cib.de>
CommitDate: Fri Jan 11 18:30:50 2019 +0100

    find-unneeded-includes: don't propose cmath -> bits/std_abs.h
    
    Found while cleaning sd/source/ui/sidebar/PageMarginUtils.hxx
    
    Change-Id: Iccbd45d9c53dd6561a6161f9949d6fb9d8539514
    Reviewed-on: https://gerrit.libreoffice.org/65923
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@cib.de>

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index b7da51714bb0..28a5471eb0df 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -58,6 +58,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
         "exception": "bits/exception.h",
         "memory": "bits/shared_ptr.h",
         "functional": "bits/std_function.h",
+        "cmath": "bits/std_abs.h"
     }
     for k, v in bits.items():
         if include == k and v in toAdd:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to