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:
committed by
Miklos Vajna
parent
1da9b165b9
commit
d1a19ef614
@@ -23,9 +23,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "osl/conditn.hxx"
|
#include "osl/conditn.hxx"
|
||||||
#include "osl/mutex.hxx"
|
|
||||||
#include "salhelper/salhelperdllapi.h"
|
#include "salhelper/salhelperdllapi.h"
|
||||||
|
|
||||||
|
namespace osl { class Mutex; }
|
||||||
|
|
||||||
namespace salhelper
|
namespace salhelper
|
||||||
{
|
{
|
||||||
class ConditionModifier;
|
class ConditionModifier;
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
#include "sal/types.h"
|
#include "sal/types.h"
|
||||||
#include "rtl/alloc.h"
|
#include "rtl/alloc.h"
|
||||||
#include "osl/diagnose.h"
|
|
||||||
#include "osl/interlck.h"
|
#include "osl/interlck.h"
|
||||||
|
|
||||||
namespace salhelper
|
namespace salhelper
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <salhelper/condition.hxx>
|
#include <salhelper/condition.hxx>
|
||||||
#include <osl/time.h>
|
#include <osl/time.h>
|
||||||
|
#include <osl/mutex.hxx>
|
||||||
|
|
||||||
using namespace salhelper;
|
using namespace salhelper;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user