diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-08 00:16:31 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-11 12:46:49 +0100 |
commit | ae363d50397ac1a7b49f42706109fd83fa809fcc (patch) | |
tree | 33d36dab2068af584ed6f0548f686ee1e510549f /extensions/source/bibliography/bibview.cxx | |
parent | 05820b3d03af1a870e52203749a49804ffe43796 (diff) |
tdf#42949 Fix IWYU warnings in extensions/*/*cxx
Except for Windows-specific parts
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I36c81bced6c8b1567e52ba3a4a688a963f294bb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90179
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/source/bibliography/bibview.cxx')
-rw-r--r-- | extensions/source/bibliography/bibview.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx index 4f6af6e86415..fbc0f4d2d4ab 100644 --- a/extensions/source/bibliography/bibview.cxx +++ b/extensions/source/bibliography/bibview.cxx @@ -19,8 +19,6 @@ #include <strings.hrc> -#include "bibcont.hxx" -#include "bibbeam.hxx" #include "general.hxx" #include "bibview.hxx" #include "datman.hxx" @@ -31,7 +29,6 @@ #include <vcl/svapp.hxx> #include <com/sun/star/sdbc/XResultSetUpdate.hpp> -#include <com/sun/star/form/XLoadable.hpp> #include <vcl/weld.hxx> #include <tools/debug.hxx> |