diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-08 01:04:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-09 12:34:54 +0200 |
commit | 6b74c41a31fbff26606f69c90b979326d4133dc3 (patch) | |
tree | 19b3934f7487774c3b203e2b312f0aacd5f7b67b /chart2/source/tools/RegressionCurveModel.cxx | |
parent | ef0c0dfd77f3012fc487a8a3f5e70187bdcc1347 (diff) |
tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I804895a4dd2d98707f0d1bbbc9bb78782b07a397
Reviewed-on: https://gerrit.libreoffice.org/61505
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/tools/RegressionCurveModel.cxx')
-rw-r--r-- | chart2/source/tools/RegressionCurveModel.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/tools/RegressionCurveModel.cxx b/chart2/source/tools/RegressionCurveModel.cxx index 38e92be1285b..6082e4de6813 100644 --- a/chart2/source/tools/RegressionCurveModel.cxx +++ b/chart2/source/tools/RegressionCurveModel.cxx @@ -20,18 +20,16 @@ #include "RegressionCurveModel.hxx" #include <LinePropertiesHelper.hxx> #include <RegressionCurveHelper.hxx> -#include <RegressionCalculationHelper.hxx> #include "RegressionEquation.hxx" #include <CloneHelper.hxx> #include <PropertyHelper.hxx> #include <ModifyListenerHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> -#include <rtl/math.hxx> -#include <rtl/ustrbuf.hxx> #include <tools/diagnose_ex.h> +namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } + using namespace ::com::sun::star; using ::com::sun::star::beans::Property; |