summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-17 22:09:38 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-21 09:07:18 +0200
commit2f04460c83f064c9fa41c8deaef9647228e0a4ad (patch)
tree6bcc30156046bc4eb3b84817b11e66fbb688308f /include/tools
parentfa827a8beb7e590baf8eb39d3568bb81bcc925f3 (diff)
tdf#42949 Fix IWYU warnings in include/
Recheck directories under include/ and below vcl in the module hierarchy. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Also some new removal proposals are dealt with here. Change-Id: If12ae37602eecdf3004ae0fa6623d464077d4f9f Reviewed-on: https://gerrit.libreoffice.org/74213 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/GenericTypeSerializer.hxx1
-rw-r--r--include/tools/diagnose_ex.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/GenericTypeSerializer.hxx b/include/tools/GenericTypeSerializer.hxx
index 90b5d002c8f1..92f2bdfb169b 100644
--- a/include/tools/GenericTypeSerializer.hxx
+++ b/include/tools/GenericTypeSerializer.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_TOOLS_GENERICTYPESERIALIZER_HXX
#define INCLUDED_TOOLS_GENERICTYPESERIALIZER_HXX
-#include <sal/types.h>
#include <tools/toolsdllapi.h>
#include <tools/color.hxx>
#include <tools/stream.hxx>
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h
index a70a4e0ab60f..c03d2ec650ca 100644
--- a/include/tools/diagnose_ex.h
+++ b/include/tools/diagnose_ex.h
@@ -25,6 +25,7 @@
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
+#include <sal/log.hxx>
#include <tools/toolsdllapi.h>
#include <cppuhelper/exc_hlp.hxx>