diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-26 09:54:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-13 12:11:01 +0100 |
commit | 7f6a5b433988e80f7d404c67d6320116ecb28c06 (patch) | |
tree | 728e4350656bd3e57d842666a585164bc35fb828 /unoidl/source/sourcetreeprovider.cxx | |
parent | 8e2d16b337fbd1602af26bd9b40d7e86cee5202e (diff) |
tdf#42949 Fix IWYU warnings in unoidl/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
When rechecking make sure to add
-I/$SRCDIR/workdir/YaccTarget/unoidl/source/
to the IWYU cmd to get correct results
Change-Id: Ie3c97d2152ebba80d7c84607bf82b9bed2790eae
Reviewed-on: https://gerrit.libreoffice.org/67520
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'unoidl/source/sourcetreeprovider.cxx')
-rw-r--r-- | unoidl/source/sourcetreeprovider.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx index 31294ba1ac06..0d88c8e0565a 100644 --- a/unoidl/source/sourcetreeprovider.cxx +++ b/unoidl/source/sourcetreeprovider.cxx @@ -12,7 +12,6 @@ #include <map> #include <vector> -#include <cstring> #include <osl/file.h> #include <osl/file.hxx> @@ -22,8 +21,6 @@ #include <rtl/ustring.hxx> #include <unoidl/unoidl.hxx> -#include "sourceprovider-parser-requires.hxx" -#include <sourceprovider-parser.hxx> #include "sourceprovider-scanner.hxx" #include "sourcetreeprovider.hxx" |