Kaydet (Commit) f4dafe05 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

tdf#42949 Fix IWYU warnings in include/osl/*h

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

Change-Id: Ib2301526d7aa6982af6c8c79ed7e9a4c34b7bbf7
Reviewed-on: https://gerrit.libreoffice.org/56491
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 64acf709
......@@ -10,3 +10,15 @@ blacklist:
include/sal/mathconf.h:
# Platform dependent
- cmath
include/osl/endian.h:
# needed for base types used in macros
- sal/types.h
include/osl/conditn.h:
# ODK API test would fail with fw decl here
- osl/time.h
include/osl/socket.h:
# ODK API test would fail with fw decl here
- osl/time.h
include/osl/thread.h:
# ODK API test would fail with fw decl here
- osl/time.h
......@@ -24,7 +24,6 @@
#include "sal/config.h"
#include "sal/detail/log.h"
#include "sal/saldllapi.h"
#include "sal/types.h"
/** @file
......
......@@ -22,7 +22,6 @@
#include "sal/config.h"
#include "rtl/tencinfo.h"
#include "rtl/ustring.h"
#include "sal/saldllapi.h"
......
......@@ -24,12 +24,9 @@
#include "sal/config.h"
#include "osl/file.h"
#include "osl/pipe.h"
#include "osl/security.h"
#include "osl/socket.h"
#include "osl/time.h"
#include "rtl/locale.h"
#include "rtl/textenc.h"
#include "rtl/ustring.h"
#include "sal/saldllapi.h"
......
......@@ -21,10 +21,7 @@
#define INCLUDED_OSL_SOCKET_H
#include "rtl/ustring.h"
#include "rtl/byteseq.h"
#include "osl/time.h"
#include "rtl/tencinfo.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -28,6 +28,7 @@
#include <osl/file.h>
#include <osl/module.h>
#include <osl/thread.h>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.h>
#include <sal/log.hxx>
......
......@@ -24,6 +24,7 @@
#include <osl/signal.h>
#include <rtl/alloc.h>
#include <rtl/byteseq.h>
#include <assert.h>
#include <sal/types.h>
#include <sal/log.hxx>
......
......@@ -18,6 +18,7 @@
*/
#include <osl/mutex.hxx>
#include <rtl/alloc.h>
#include <rtl/process.h>
#include <rtl/ustring.hxx>
......
......@@ -53,6 +53,7 @@
#include <memory>
#include <rtl/tencinfo.h>
#include <mdds/flat_segment_tree.hpp>
#include <sfx2/objsh.hxx>
......
......@@ -29,6 +29,7 @@
#include <vcl/virdev.hxx>
#include <vcl/waitobj.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/tencinfo.h>
#include <svl/PasswordHelper.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
......
......@@ -29,6 +29,7 @@
#include <ucbhelper/content.hxx>
#include <svx/txenctab.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <rtl/tencinfo.h>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
......
......@@ -25,6 +25,7 @@
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <rtl/uri.hxx>
#include <rtl/tencinfo.h>
#include <comphelper/processfactory.hxx>
#include <osl/file.hxx>
#include <unotools/pathoptions.hxx>
......
......@@ -97,6 +97,7 @@
#include <sfx2/sfxbasemodel.hxx>
#include <tools/datetimeutils.hxx>
#include <svl/whiter.hxx>
#include <rtl/tencinfo.h>
#include <docufld.hxx>
#include <authfld.hxx>
......
......@@ -48,6 +48,7 @@
#include <svtools/rtfkeywd.hxx>
#include <filter/msfilter/rtfutil.hxx>
#include <unotools/docinfohelper.hxx>
#include <rtl/tencinfo.h>
#if OSL_DEBUG_LEVEL > 1
#include <iostream>
#endif
......
......@@ -52,6 +52,7 @@
#include <svl/urihelper.hxx>
#include <vcl/print.hxx>
#include <vcl/settings.hxx>
#include <rtl/tencinfo.h>
#include <unotools/tempfile.hxx>
#include <osl/file.hxx>
......
......@@ -119,6 +119,7 @@
#include <svx/dataaccessdescriptor.hxx>
#include <osl/mutex.hxx>
#include <rtl/textenc.h>
#include <rtl/tencinfo.h>
#include <cppuhelper/implbase.hxx>
#include <ndindex.hxx>
#include <pam.hxx>
......
......@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <rtl/tencinfo.h>
#include <hintids.hxx>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <unotools/tempfile.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment