diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-14 12:58:43 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-14 16:11:53 -0400 |
commit | d873fd9fa28a26c6f2b177d26dbbc76c9bd827a3 (patch) | |
tree | 3dea64ace3ed85c6b3e4d0a9c2d81972c3d09821 /sc | |
parent | 953d606b99017195249823c30c2bf19c83f10a44 (diff) |
Move this header to the source file.
refupdat.hxx is under the ui directory. Not everyone has access to it.
Change-Id: I3f60761e1105946ed5bd6bddb339ee9a9e7705ad
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/chgtrack.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/tool/chgtrack.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index 94a94f3566ec..b2b6cf961242 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -33,7 +33,6 @@ #include "global.hxx" #include "bigrange.hxx" #include "scdllapi.h" -#include "refupdat.hxx" #include "cellvalue.hxx" class ScDocument; diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx index 3abdc45aa939..4b57b717976d 100644 --- a/sc/source/core/tool/chgtrack.cxx +++ b/sc/source/core/tool/chgtrack.cxx @@ -33,6 +33,7 @@ #include "editutil.hxx" #include "tokenarray.hxx" #include "refupdatecontext.hxx" +#include <refupdat.hxx> #include <tools/shl.hxx> #include <tools/rtti.hxx> |