diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-07-12 06:53:38 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-08 09:58:34 +0200 |
commit | 55ca35ab99fb1164cb2095384ed0937a533d9d3c (patch) | |
tree | e0ff67c944c4885cb39050e5daac9f87cb420fb2 /include/rtl/byteseq.h | |
parent | 6a6774cc4b22aceaca4441318420bb9dfb1cacab (diff) |
tdf#42949 Fix IWYU warnings in include/rtl/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iae997959a0ec2c9edb1c795533692ec4e579449f
Reviewed-on: https://gerrit.libreoffice.org/57313
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/rtl/byteseq.h')
-rw-r--r-- | include/rtl/byteseq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h index 640a4e06253a..75bd40210c72 100644 --- a/include/rtl/byteseq.h +++ b/include/rtl/byteseq.h @@ -22,7 +22,6 @@ #include "sal/config.h" #include "rtl/alloc.h" -#include "rtl/ustring.h" #include "sal/saldllapi.h" #include "sal/types.h" |