summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-22 08:21:03 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-22 08:56:11 +0100
commit6dbea1ccccc99280b066ba0313300aa84966963b (patch)
treea88e026e62e38f35ab42c58bdbe8359dd4f98694 /sc/qa
parentad56219feea688caa5f5f744b9f94aa39548e865 (diff)
move the include statement to the correct header file
Change-Id: Ibed6ec565588dedb991037297c418e1a76235dbb
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/helper/qahelper.hxx1
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx3
2 files changed, 1 insertions, 3 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx
index 8261358835d1..58f6f4b0dc98 100644
--- a/sc/qa/unit/helper/qahelper.hxx
+++ b/sc/qa/unit/helper/qahelper.hxx
@@ -29,6 +29,7 @@
#ifndef SC_QA_HELPER_HXX
#define SC_QA_HELPER_HXX
+#include <test/bootstrapfixture.hxx>
#include "helper/csv_handler.hxx"
#include "helper/debughelper.hxx"
#include "orcus/csv_parser.hpp"
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index d7998a78e28a..343aa2470dfb 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -8,8 +8,6 @@
*/
#include <sal/config.h>
-#include <unotest/filters-test.hxx>
-#include <test/bootstrapfixture.hxx>
#include <rtl/strbuf.hxx>
#include <osl/file.hxx>
@@ -21,7 +19,6 @@
#define CALC_DEBUG_OUTPUT 0
-#define TEST_BUG_FILES 0
#include "helper/qahelper.hxx"