Kaydet (Commit) 7f6a5b43 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

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: 's avatarMiklos Vajna <vmiklos@collabora.com>
üst 8e2d16b3
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <sal/config.h> #include <sal/config.h>
#include <cassert> #include <cassert>
#include <cstring>
#include <vector> #include <vector>
#include <registry/reader.hxx> #include <registry/reader.hxx>
......
...@@ -14,10 +14,8 @@ ...@@ -14,10 +14,8 @@
#include <vector> #include <vector>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/types.h> #include <sal/types.h>
#include <unoidl/unoidl.hxx>
#define YYLTYPE int #define YYLTYPE int
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <sal/config.h> #include <sal/config.h>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <unoidl/unoidl.hxx>
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "rtl/ustring.hxx" #include "rtl/ustring.hxx"
#include "rtl/textenc.h" #include "rtl/textenc.h"
#include "sal/types.h" #include "sal/types.h"
#include <unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx" #include "sourceprovider-parser-requires.hxx"
#include "sourceprovider-parser.hxx" #include "sourceprovider-parser.hxx"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include <map> #include <map>
#include <vector> #include <vector>
#include <cstring>
#include <osl/file.h> #include <osl/file.h>
#include <osl/file.hxx> #include <osl/file.hxx>
...@@ -22,8 +21,6 @@ ...@@ -22,8 +21,6 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <unoidl/unoidl.hxx> #include <unoidl/unoidl.hxx>
#include "sourceprovider-parser-requires.hxx"
#include <sourceprovider-parser.hxx>
#include "sourceprovider-scanner.hxx" #include "sourceprovider-scanner.hxx"
#include "sourcetreeprovider.hxx" #include "sourcetreeprovider.hxx"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <sal/config.h> #include <sal/config.h>
#include <cassert> #include <cassert>
#include <cstddef>
#include <cstdlib> #include <cstdlib>
#include <iostream> #include <iostream>
#include <map> #include <map>
...@@ -18,7 +17,6 @@ ...@@ -18,7 +17,6 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
#include <osl/file.h>
#include <osl/file.hxx> #include <osl/file.hxx>
#include <osl/process.h> #include <osl/process.h>
#include <rtl/process.h> #include <rtl/process.h>
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>
#include <cstddef>
#include <cstdlib> #include <cstdlib>
#include <iostream> #include <iostream>
#include <map> #include <map>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment