summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/eq.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-01-25 00:00:56 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-29 13:48:23 +0100
commit2660f132cc98c0fe14d5055a91a7cf126d5139f6 (patch)
tree03260ddac07fe55b5c3f4e6be68712217758a3ff /cppu/source/uno/eq.hxx
parenttdf#117713 set a tiny default size-request for the fixed container (diff)
downloadcore-2660f132cc98c0fe14d5055a91a7cf126d5139f6.tar.gz
core-2660f132cc98c0fe14d5055a91a7cf126d5139f6.zip
tdf#42949 Fix IWYU warnings in cppu/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia1b2f0a9c99acc7ac538f3b41c1b6757d414db35 Reviewed-on: https://gerrit.libreoffice.org/66970 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppu/source/uno/eq.hxx')
-rw-r--r--cppu/source/uno/eq.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/uno/eq.hxx b/cppu/source/uno/eq.hxx
index a2191a34222f..59401ad34b3c 100644
--- a/cppu/source/uno/eq.hxx
+++ b/cppu/source/uno/eq.hxx
@@ -19,10 +19,13 @@
#ifndef INCLUDED_CPPU_SOURCE_UNO_EQ_HXX
#define INCLUDED_CPPU_SOURCE_UNO_EQ_HXX
-#include <math.h>
+#include <cmath>
+#include <string.h>
+
+#include <osl/diagnose.h>
+#include <rtl/ustring.hxx>
#include "prim.hxx"
-#include "destr.hxx"
namespace cppu