diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-23 15:22:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-23 15:22:46 +0100 |
commit | 0f49fdd70e5bc612339c598185d9efe7646f364f (patch) | |
tree | b5cd62757da2d8ede74776d54ee3fe41e7baf711 /sw | |
parent | 51efa8fb3f92de9f8c02d2cc4e3bffcaa5caee7f (diff) |
Remove unused #include <cctype>
Change-Id: I9c61e1b558104fa55d887a6c32e1ef2b03f1d1a0
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/bastyp/calc.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/doccomp.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx index 3bad0f7382f6..0ea4b140f250 100644 --- a/sw/source/core/bastyp/calc.cxx +++ b/sw/source/core/bastyp/calc.cxx @@ -20,7 +20,6 @@ #include <config_features.h> #include <calc.hxx> -#include <cctype> #include <cfloat> #include <climits> #include <memory> diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx index a5d12ff82288..707d5c1a05bf 100644 --- a/sw/source/core/doc/doccomp.cxx +++ b/sw/source/core/doc/doccomp.cxx @@ -48,7 +48,6 @@ #include <vector> #include <list> -#include <cctype> #include <memory> |