From 2c1bf30bda6b914611134317b652402e4488fd03 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Fri, 14 Nov 2014 12:07:01 +0100 Subject: More iwyu suggested headers removal Signed-off-by: Riccardo Magliocchetti Signed-off-by: Stephan Bergmann , undid one remove that was detrimental to loplugin:unreffun Change-Id: I18d8252084d828f94ef7a954e1dbfb45743d7970 --- codemaker/source/codemaker/unotype.cxx | 1 - codemaker/source/cppumaker/dumputils.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'codemaker') diff --git a/codemaker/source/codemaker/unotype.cxx b/codemaker/source/codemaker/unotype.cxx index 5b76a04462b2..38de2a7e1913 100644 --- a/codemaker/source/codemaker/unotype.cxx +++ b/codemaker/source/codemaker/unotype.cxx @@ -24,7 +24,6 @@ #include "rtl/string.hxx" #include "sal/types.h" -#include OString codemaker::UnoType::decompose( OString const & type, sal_Int32 * rank, diff --git a/codemaker/source/cppumaker/dumputils.cxx b/codemaker/source/cppumaker/dumputils.cxx index 4c8282443dba..8f720f61e35b 100644 --- a/codemaker/source/cppumaker/dumputils.cxx +++ b/codemaker/source/cppumaker/dumputils.cxx @@ -21,7 +21,6 @@ #include "dumputils.hxx" #include "codemaker/global.hxx" -#include "codemaker/commoncpp.hxx" #include "rtl/ustring.hxx" #include "sal/types.h" -- cgit