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

Some header cleansup. Some headers are no longer needed.

Change-Id: I56fb26da04b03d0692837d4a05aacd2a793ee2ae
üst 0c0191cf
...@@ -17,16 +17,13 @@ ...@@ -17,16 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <svl/zforlist.hxx> #include "cell.hxx"
#include "scitems.hxx" #include "scitems.hxx"
#include "attrib.hxx" #include "attrib.hxx"
#include "cell.hxx"
#include "compiler.hxx" #include "compiler.hxx"
#include "interpre.hxx" #include "interpre.hxx"
#include "document.hxx" #include "document.hxx"
#include "scmatrix.hxx"
#include "dociter.hxx"
#include "docoptio.hxx" #include "docoptio.hxx"
#include "rechead.hxx" #include "rechead.hxx"
#include "rangenam.hxx" #include "rangenam.hxx"
...@@ -36,16 +33,15 @@ ...@@ -36,16 +33,15 @@
#include "progress.hxx" #include "progress.hxx"
#include "editutil.hxx" #include "editutil.hxx"
#include "recursionhelper.hxx" #include "recursionhelper.hxx"
#include "postit.hxx"
#include "externalrefmgr.hxx" #include "externalrefmgr.hxx"
#include "macromgr.hxx" #include "macromgr.hxx"
#include "dbdata.hxx" #include "dbdata.hxx"
#include "globalnames.hxx" #include "globalnames.hxx"
#include "cellvalue.hxx"
#include <editeng/editobj.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <editeng/flditem.hxx>
#include <svl/broadcast.hxx> #include <svl/broadcast.hxx>
#include <svl/zforlist.hxx>
using namespace formula; using namespace formula;
// More or less arbitrary, of course all recursions must fit into available // More or less arbitrary, of course all recursions must fit into available
......
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