diff options
Diffstat (limited to 'sc/qa/unit/opencl-test.cxx')
-rw-r--r-- | sc/qa/unit/opencl-test.cxx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx index 059027623989..79cf3ab8fb69 100644 --- a/sc/qa/unit/opencl-test.cxx +++ b/sc/qa/unit/opencl-test.cxx @@ -2,35 +2,13 @@ #include <sal/config.h> #include <test/bootstrapfixture.hxx> -#include <rtl/strbuf.hxx> -#include <osl/file.hxx> - -#include <scdll.hxx> -#include <opencl/platforminfo.hxx> -#include <sfx2/app.hxx> -#include <sfx2/docfilt.hxx> -#include <sfx2/docfile.hxx> -#include <sfx2/sfxmodelfactory.hxx> -#include <svl/stritem.hxx> #include "helper/qahelper.hxx" -#include <calcconfig.hxx> -#include <interpre.hxx> - #include <docsh.hxx> -#include <postit.hxx> -#include <patattr.hxx> -#include <scitems.hxx> #include <document.hxx> -#include <cellform.hxx> -#include <drwlayer.hxx> -#include <userdat.hxx> -#include <formulacell.hxx> #include <formulagroup.hxx> -#include <svx/svdpage.hxx> - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |