summaryrefslogtreecommitdiff
path: root/include/svtools/unitconv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/unitconv.hxx')
-rw-r--r--include/svtools/unitconv.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/svtools/unitconv.hxx b/include/svtools/unitconv.hxx
index e55acb40c3e5..f787e0cee42d 100644
--- a/include/svtools/unitconv.hxx
+++ b/include/svtools/unitconv.hxx
@@ -19,10 +19,13 @@
#ifndef INCLUDED_SVTOOLS_UNITCONV_HXX
#define INCLUDED_SVTOOLS_UNITCONV_HXX
-#include <vcl/field.hxx>
-#include <vcl/weld.hxx>
#include <svtools/svtdllapi.h>
-#include <svl/poolitem.hxx>
+#include <tools/mapunit.hxx>
+#include <tools/fldunit.hxx>
+
+namespace weld { class MetricSpinButton; }
+
+class MetricField;
// macro -----------------------------------------------------------------