bridge linux x86-64 : remove useless includes

Change-Id: Ibd3b9a76b700a5efbf7855454714646daf612d13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147675
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Arnaud Versini 2023-02-25 04:50:21 +01:00 committed by Noel Grandin
parent 0f3a63f48c
commit 4825d1f155
3 changed files with 0 additions and 8 deletions

View file

@ -19,8 +19,6 @@
#include <sal/config.h>
#include <cstring>
#include <cppu/macros.hxx>
#include <sal/types.h>
#include <typelib/typeclass.h>

View file

@ -18,8 +18,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <typeinfo>
#include <rtl/alloc.h>

View file

@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <stdio.h>
#include <string.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>