Kaydet (Commit) 9484286a authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Oops I forgot to remove the header include line.

üst 4db12f8a
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <tools/solar.h> #include <tools/solar.h>
#include "global.hxx" #include "global.hxx"
#include "scdllapi.h" #include "scdllapi.h"
#include "queryparam.hxx"
#include <memory> #include <memory>
...@@ -49,6 +48,8 @@ class ScAttrArray; ...@@ -49,6 +48,8 @@ class ScAttrArray;
class ScAttrIterator; class ScAttrIterator;
class ScRange; class ScRange;
class ScFlatBoolRowSegments; class ScFlatBoolRowSegments;
class ScMatrix;
struct ScDBQueryParamBase;
struct ScQueryParam; struct ScQueryParam;
struct ScDBQueryParamInternal; struct ScDBQueryParamInternal;
struct ScDBQueryParamMatrix; struct ScDBQueryParamMatrix;
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#include "sheetevents.hxx" #include "sheetevents.hxx"
#include "globstr.hrc" #include "globstr.hrc"
#include "segmenttree.hxx" #include "segmenttree.hxx"
#include "queryparam.hxx"
#include "queryentry.hxx" #include "queryentry.hxx"
// STATIC DATA ----------------------------------------------------------- // STATIC DATA -----------------------------------------------------------
......
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
#include "formula/FormulaCompiler.hxx" #include "formula/FormulaCompiler.hxx"
#include "macromgr.hxx" #include "macromgr.hxx"
#include "doubleref.hxx" #include "doubleref.hxx"
#include "queryparam.hxx"
#include <math.h> #include <math.h>
#include <float.h> #include <float.h>
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
#include "editutil.hxx" #include "editutil.hxx"
#include "formula/errorcodes.hxx" #include "formula/errorcodes.hxx"
#include "queryentry.hxx" #include "queryentry.hxx"
#include "queryparam.hxx"
#include "excdoc.hxx" #include "excdoc.hxx"
#include "xeescher.hxx" #include "xeescher.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