diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-25 00:53:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-29 13:17:17 +0100 |
commit | a96e6e80626e3a045d58c66a4724c3b847d318d0 (patch) | |
tree | dc3440048b46b14ed886eccc712c131af20d29cf /include/vcl/IconThemeScanner.hxx | |
parent | b5cd5296ff9601ed0a38909971e0886492d5d7c2 (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91
Reviewed-on: https://gerrit.libreoffice.org/64141
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/IconThemeScanner.hxx')
-rw-r--r-- | include/vcl/IconThemeScanner.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/IconThemeScanner.hxx b/include/vcl/IconThemeScanner.hxx index 03f472bd5928..3cbca74a4683 100644 --- a/include/vcl/IconThemeScanner.hxx +++ b/include/vcl/IconThemeScanner.hxx @@ -11,7 +11,6 @@ #define INCLUDED_VCL_ICONTHEMESCANNER_HXX #include <vcl/dllapi.h> -#include <tools/solar.h> #include <rtl/ustring.hxx> #include <vcl/IconThemeInfo.hxx> @@ -22,11 +21,6 @@ // forward declaration of unit test class. Required for friend relationship. class IconThemeScannerTest; -namespace osl { -class Directory; -class DirectoryItem; -} - namespace vcl { /** This class scans a folder for icon themes and provides the results. |