diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-11-09 00:14:29 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-11-09 00:27:01 +0900 |
commit | c1358e5dc875bb923f4b5472ba615ebd19f0d057 (patch) | |
tree | 84341e9a25ac5805a946f17c2bdaf83863271f48 /starmath/source/cursor.cxx | |
parent | 1da74e727d7f8703006cfe574b26621d5f674693 (diff) |
separate parse.hxx into smaller parts
... so that node.hxx no longer needs to include parse.hxx.
Change-Id: Iac1e21c208e3f0e3fd8ece16eee345e81574a0aa
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r-- | starmath/source/cursor.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index c29d009b34fd..60c0ed97337e 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "cursor.hxx" -#include "parse.hxx" #include "visitors.hxx" #include "document.hxx" #include "view.hxx" |