2bc7f83026
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9c3561292f770795623b765b1ea2ce80b9700ada Reviewed-on: https://gerrit.libreoffice.org/58821 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
---
|
|
assumeFilename: desktop/source/app/app.cxx
|
|
blacklist:
|
|
include/sal/typesizes.h:
|
|
# needed for build to work
|
|
- config_typesizes.h
|
|
include/sal/types.h:
|
|
# needed for build to work
|
|
- sal/typesizes.h
|
|
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
|
|
include/osl/conditn.hxx:
|
|
# ODK API test would fail with fw decl here
|
|
- osl/time.h
|
|
include/osl/pipe_decl.hxx:
|
|
# ODK API test would fail with fw decl here
|
|
- osl/security.hxx
|
|
include/osl/socket_decl.hxx:
|
|
# Needed by socket.hxx for inline function
|
|
- rtl/byteseq.hxx
|
|
include/osl/thread.hxx:
|
|
# ODK API test would fail with fw decl here
|
|
- osl/time.h
|
|
include/rtl/instance.hxx:
|
|
# Needed for template functions
|
|
- osl/getglobalmutex.hxx
|
|
include/rtl/math.hxx:
|
|
# TODO MSVC does not compile basegfx/numeric/ftools.hxx when this is replaced
|
|
- math.h
|
|
include/registry/regtype.h:
|
|
# Needed for template
|
|
- o3tl/typed_flags_set.hxx
|
|
include/registry/types.hxx:
|
|
# Needed for template
|
|
- o3tl/typed_flags_set.hxx
|