From 6291574d9477067e14ae493d7d9e59b19c8616ab Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Mar 2017 17:55:31 +0100 Subject: Remove unused #include Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d --- sc/source/core/data/global.cxx | 1 - sc/source/core/data/global2.cxx | 1 - sc/source/core/tool/compiler.cxx | 1 - sc/source/core/tool/formulaopt.cxx | 2 -- sc/source/filter/lotus/op.cxx | 1 - sc/source/ui/unoobj/docuno.cxx | 1 - 6 files changed, 7 deletions(-) (limited to 'sc/source') diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 0bd052b76e0b..47fd37d831ae 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -42,7 +42,6 @@ #include #include #include -#include #include #include diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx index b796c602f5c7..1ef86f537b23 100644 --- a/sc/source/core/data/global2.cxx +++ b/sc/source/core/data/global2.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 51553dae5020..e5cef31ca269 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/core/tool/formulaopt.cxx b/sc/source/core/tool/formulaopt.cxx index f536cb94686c..4430b73db826 100644 --- a/sc/source/core/tool/formulaopt.cxx +++ b/sc/source/core/tool/formulaopt.cxx @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include - #include #include #include diff --git a/sc/source/filter/lotus/op.cxx b/sc/source/filter/lotus/op.cxx index 4e91b98c77ff..78df25d4e902 100644 --- a/sc/source/filter/lotus/op.cxx +++ b/sc/source/filter/lotus/op.cxx @@ -21,7 +21,6 @@ #include #include -#include #include #include "scitems.hxx" diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index 638f9490084e..e794ea8c4bc8 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -50,7 +50,6 @@ #include #include -#include #include #include -- cgit