tdf#42949 Fix IWYU warnings in include/salhelper/*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Iaef3e980a96e8a831458e42540795b922bec5ab4
Reviewed-on: https://gerrit.libreoffice.org/58810
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
Gabor Kelemen 2018-08-10 09:06:37 +02:00 committed by Miklos Vajna
parent 1da9b165b9
commit d1a19ef614
3 changed files with 3 additions and 3 deletions

View file

@ -23,9 +23,10 @@
#include "osl/conditn.hxx"
#include "osl/mutex.hxx"
#include "salhelper/salhelperdllapi.h"
namespace osl { class Mutex; }
namespace salhelper
{
class ConditionModifier;

View file

@ -24,7 +24,6 @@
#include "sal/types.h"
#include "rtl/alloc.h"
#include "osl/diagnose.h"
#include "osl/interlck.h"
namespace salhelper

View file

@ -20,7 +20,7 @@
#include <salhelper/condition.hxx>
#include <osl/time.h>
#include <osl/mutex.hxx>
using namespace salhelper;