diff options
author | BaiXiaochun <bai.xiaochun.mofan@protonmail.com> | 2021-07-02 12:36:06 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-07-04 15:41:40 +0200 |
commit | 420e4544267545217d54e9acbc9dbf321d58740a (patch) | |
tree | 989c47745d6744b3ec2de17b571af22873b0681c /sal | |
parent | cd0ab69d4afee0c77884ae17ab9410216695b58b (diff) |
Remove unused includes
Change-Id: I243d2998725f09ef533bd06865081d5c415f0d18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118282
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/math.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index 75981d970d74..e9b50a1b4638 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -19,17 +19,9 @@ #include <rtl/math.h> -#include <o3tl/safeint.hxx> #include <osl/diagnose.h> -#include <rtl/alloc.h> #include <rtl/character.hxx> #include <rtl/math.hxx> -#include <rtl/strbuf.h> -#include <rtl/string.h> -#include <rtl/ustrbuf.h> -#include <rtl/ustring.h> -#include <sal/mathconf.h> -#include <sal/types.h> #include <algorithm> #include <cassert> |