summaryrefslogtreecommitdiff
path: root/cppu/source/typelib/typelib.cxx
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/typelib/typelib.cxx
parentbdf40cca40ddbea8c5c903f2695d6f958c87bb3b (diff)
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/typelib/typelib.cxx')
-rw-r--r--cppu/source/typelib/typelib.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 98475dc738ff..817601e03d42 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -25,16 +25,13 @@
#include <vector>
#include <memory>
-#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
-#include <new>
#include <sal/log.hxx>
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
-#include <rtl/alloc.h>
#include <rtl/instance.hxx>
#include <osl/diagnose.h>
#include <typelib/typedescription.h>