summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcondformat.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-30 19:52:55 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-11-15 10:38:11 +0100
commit843fa5ff69f2bc502a6fa35878104d067b2a1e77 (patch)
treedf1afe75af0ad9d8e7b4a1e34908a725d7fef4fe /sc/source/filter/xml/xmlcondformat.cxx
parent14a56533ff2c9c859d22cd3039ada75b99e94bc0 (diff)
tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I087492531b4fc17a3196ea820dbaa0f742aea16d Reviewed-on: https://gerrit.libreoffice.org/63148 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/filter/xml/xmlcondformat.cxx')
-rw-r--r--sc/source/filter/xml/xmlcondformat.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlcondformat.cxx b/sc/source/filter/xml/xmlcondformat.cxx
index acf77f54ac42..d50b6206c951 100644
--- a/sc/source/filter/xml/xmlcondformat.cxx
+++ b/sc/source/filter/xml/xmlcondformat.cxx
@@ -9,10 +9,13 @@
#include <memory>
#include "xmlcondformat.hxx"
+#include "xmlimprt.hxx"
#include <xmloff/nmspmap.hxx>
#include <xmloff/xmlnmspe.hxx>
+#include <xmloff/xmlictxt.hxx>
#include <sal/log.hxx>
+#include <compiler.hxx>
#include <colorscale.hxx>
#include <conditio.hxx>
#include <document.hxx>