Oops I forgot to remove the header include line.

This commit is contained in:
Kohei Yoshida 2011-11-16 16:11:32 -05:00
parent 4db12f8a93
commit 9484286af6
4 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,6 @@
#include <tools/solar.h>
#include "global.hxx"
#include "scdllapi.h"
#include "queryparam.hxx"
#include <memory>
@ -49,6 +48,8 @@ class ScAttrArray;
class ScAttrIterator;
class ScRange;
class ScFlatBoolRowSegments;
class ScMatrix;
struct ScDBQueryParamBase;
struct ScQueryParam;
struct ScDBQueryParamInternal;
struct ScDBQueryParamMatrix;

View file

@ -60,6 +60,7 @@
#include "sheetevents.hxx"
#include "globstr.hrc"
#include "segmenttree.hxx"
#include "queryparam.hxx"
#include "queryentry.hxx"
// STATIC DATA -----------------------------------------------------------

View file

@ -75,6 +75,7 @@
#include "formula/FormulaCompiler.hxx"
#include "macromgr.hxx"
#include "doubleref.hxx"
#include "queryparam.hxx"
#include <math.h>
#include <float.h>

View file

@ -88,6 +88,7 @@
#include "editutil.hxx"
#include "formula/errorcodes.hxx"
#include "queryentry.hxx"
#include "queryparam.hxx"
#include "excdoc.hxx"
#include "xeescher.hxx"