summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/optsolver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/optsolver.cxx')
-rw-r--r--sc/source/ui/miscdlgs/optsolver.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx
index 2f4232d2f4f7..239591ac28ba 100644
--- a/sc/source/ui/miscdlgs/optsolver.cxx
+++ b/sc/source/ui/miscdlgs/optsolver.cxx
@@ -18,7 +18,6 @@
*/
#include <rangelst.hxx>
-#include <scitems.hxx>
#include <sfx2/bindings.hxx>
#include <svl/zforlist.hxx>
#include <vcl/builderfactory.hxx>
@@ -26,11 +25,9 @@
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
-#include <uiitems.hxx>
#include <reffact.hxx>
#include <docsh.hxx>
#include <docfunc.hxx>
-#include <formulacell.hxx>
#include <rangeutl.hxx>
#include <convuno.hxx>
#include <unonames.hxx>
@@ -41,8 +38,10 @@
#include <optsolver.hxx>
-#include <com/sun/star/sheet/Solver.hpp>
+#include <com/sun/star/sheet/SolverConstraint.hpp>
+#include <com/sun/star/sheet/SolverConstraintOperator.hpp>
#include <com/sun/star/sheet/XSolverDescription.hpp>
+#include <com/sun/star/sheet/XSolver.hpp>
using namespace com::sun::star;