office-gobmx/sal
Gabor Kelemen 6b51fee8d2 tdf#42949 Fix IWYU warnings in include/osl/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I7b19938246ca8498fa300f781589bf17b3d486aa
Reviewed-on: https://gerrit.libreoffice.org/56723
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-07-10 11:45:42 +02:00
..
android
cppunittester
inc
osl tdf#42949 Fix IWYU warnings in include/osl/*hxx 2018-07-10 11:45:42 +02:00
qa tdf#42949 Fix IWYU warnings in include/osl/*hxx 2018-07-10 11:45:42 +02:00
rtl tdf#42949 Fix IWYU warnings in include/osl/*h 2018-06-28 09:08:15 +02:00
test
textenc
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Don't waste time in macxp_resolveAlias() on files inside the app bundle 2018-06-19 13:16:40 +03:00
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).