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:
parent
1da9b165b9
commit
d1a19ef614
3 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,10 @@
|
|||
|
||||
|
||||
#include "osl/conditn.hxx"
|
||||
#include "osl/mutex.hxx"
|
||||
#include "salhelper/salhelperdllapi.h"
|
||||
|
||||
namespace osl { class Mutex; }
|
||||
|
||||
namespace salhelper
|
||||
{
|
||||
class ConditionModifier;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "sal/types.h"
|
||||
#include "rtl/alloc.h"
|
||||
#include "osl/diagnose.h"
|
||||
#include "osl/interlck.h"
|
||||
|
||||
namespace salhelper
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <salhelper/condition.hxx>
|
||||
#include <osl/time.h>
|
||||
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
using namespace salhelper;
|
||||
|
||||
|
|
Loading…
Reference in a new issue