Kaydet (Commit) 6dbea1cc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

move the include statement to the correct header file

Change-Id: Ibed6ec565588dedb991037297c418e1a76235dbb
üst ad56219f
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#ifndef SC_QA_HELPER_HXX #ifndef SC_QA_HELPER_HXX
#define SC_QA_HELPER_HXX #define SC_QA_HELPER_HXX
#include <test/bootstrapfixture.hxx>
#include "helper/csv_handler.hxx" #include "helper/csv_handler.hxx"
#include "helper/debughelper.hxx" #include "helper/debughelper.hxx"
#include "orcus/csv_parser.hpp" #include "orcus/csv_parser.hpp"
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
*/ */
#include <sal/config.h> #include <sal/config.h>
#include <unotest/filters-test.hxx>
#include <test/bootstrapfixture.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
...@@ -21,7 +19,6 @@ ...@@ -21,7 +19,6 @@
#define CALC_DEBUG_OUTPUT 0 #define CALC_DEBUG_OUTPUT 0
#define TEST_BUG_FILES 0
#include "helper/qahelper.hxx" #include "helper/qahelper.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment