summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:31:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:52 +0200
commitff77d83afd9558f2750ab46e6fc4e1fe426c1b43 (patch)
tree966d891a181eb5f3226d43436b761f6ceb7e9be5 /starmath/source/cursor.cxx
parent63ffec7c8590105b2e202f324db328ff44805b12 (diff)
loplugin:includeform: starmath
Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r--starmath/source/cursor.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 4ed4ffde1145..1ffd1c783a55 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <memory>
-#include "cursor.hxx"
-#include "visitors.hxx"
-#include "document.hxx"
-#include "view.hxx"
+#include <cursor.hxx>
+#include <visitors.hxx>
+#include <document.hxx>
+#include <view.hxx>
#include <comphelper/string.hxx>
#include <editeng/editeng.hxx>
#include <cassert>