diff options
Diffstat (limited to 'sc/qa/unit/helper/qahelper.hxx')
-rw-r--r-- | sc/qa/unit/helper/qahelper.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index 37bbdc35ff50..2482248a1754 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -10,8 +10,6 @@ #ifndef INCLUDED_SC_QA_UNIT_HELPER_QAHELPER_HXX #define INCLUDED_SC_QA_UNIT_HELPER_QAHELPER_HXX -#include <scdllapi.h> -#include "debughelper.hxx" #include <docsh.hxx> #include <address.hxx> @@ -20,13 +18,7 @@ #include <test/bootstrapfixture.hxx> #include <comphelper/documentconstants.hxx> -#include <osl/detail/android-bootstrap.h> - -#include <unotools/tempfile.hxx> #include <comphelper/fileformat.h> -#include <sfx2/docfilt.hxx> -#include <sfx2/docfile.hxx> -#include <svl/stritem.hxx> #include <formula/grammar.hxx> #include <string> @@ -36,6 +28,8 @@ #include <memory> +namespace utl { class TempFile; } + #if defined(SCQAHELPER_DLLIMPLEMENTATION) #define SCQAHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else |