diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-14 20:39:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-17 17:22:49 +0200 |
commit | a023f855dd989ee0998eeb9e3e7f3ae3f583b1ae (patch) | |
tree | ad151aa7ea8b9c3e45c2276d2870e44edc22d1e4 /sc/inc/queryentry.hxx | |
parent | 19c45de4cb41ac7519b601b29d58760a65de0adc (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/[pq]*
Found with bin/find-unneeded-includes
Removal proposals are dealt with here,
and a bit of fallout management.
Change-Id: If2d73998c3d3d9fea50420688818cd7fe0f0a27c
Reviewed-on: https://gerrit.libreoffice.org/54463
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r-- | sc/inc/queryentry.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx index fc08c58b7a49..8c35ff877f43 100644 --- a/sc/inc/queryentry.hxx +++ b/sc/inc/queryentry.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SC_INC_QUERYENTRY_HXX #define INCLUDED_SC_INC_QUERYENTRY_HXX -#include "address.hxx" #include "global.hxx" #include <svl/sharedstring.hxx> #include <unotools/textsearch.hxx> |