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

Re-order the header includes. Make sure column.hxx comes first.

Change-Id: I9f93724c4e0b565a9148d0893feda9e82109bff7
üst 9c8d87e4
......@@ -17,15 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <map>
#include <svl/poolcach.hxx>
#include <svl/zforlist.hxx>
#include <editeng/scripttypeitem.hxx>
#include <string.h>
#include "scitems.hxx"
#include "column.hxx"
#include "scitems.hxx"
#include "cell.hxx"
#include "document.hxx"
#include "docpool.hxx"
......@@ -37,6 +30,13 @@
#include "detfunc.hxx" // for Notes in Sort/Swap
#include "postit.hxx"
#include <svl/poolcach.hxx>
#include <svl/zforlist.hxx>
#include <editeng/scripttypeitem.hxx>
#include <cstring>
#include <map>
using ::editeng::SvxBorderLine;
using namespace formula;
......
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