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

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/54463Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 19c45de4
......@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_INC_PAGEPAR_HXX
#define INCLUDED_SC_INC_PAGEPAR_HXX
#include "global.hxx"
#include "address.hxx"
struct ScPageTableParam
......
......@@ -20,9 +20,7 @@
#ifndef INCLUDED_SC_INC_PARAMISC_HXX
#define INCLUDED_SC_INC_PARAMISC_HXX
#include <memory>
#include "address.hxx"
#include <sal/types.h>
#include <boost/optional.hpp>
struct ScSolveParam
......
......@@ -23,7 +23,6 @@
#include <svl/poolitem.hxx>
#include <svl/itemset.hxx>
#include <svl/languageoptions.hxx>
#include <unotools/fontcvt.hxx>
#include <editeng/svxenum.hxx>
#include "scdllapi.h"
#include "fonthelper.hxx"
......
......@@ -36,8 +36,9 @@
#ifndef INCLUDED_SC_INC_PIVOT_HXX
#define INCLUDED_SC_INC_PIVOT_HXX
#include "global.hxx"
#include "address.hxx"
#include <rtl/ustring.hxx>
#include "types.hxx"
#include "scdllapi.h"
#include "dpglobal.hxx"
#include "calcmacros.hxx"
......
......@@ -24,7 +24,6 @@
#include "address.hxx"
#include "scdllapi.h"
#include <map>
#include <memory>
class EditTextObject;
......
......@@ -24,8 +24,6 @@
#include <vector>
#include <memory>
class ScRange;
class ScPrintSaverTab
{
typedef ::std::vector< ScRange > ScRangeVec;
......
......@@ -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>
......
......@@ -21,7 +21,7 @@
#define INCLUDED_SC_INC_QUERYPARAM_HXX
#include <unotools/textsearch.hxx>
#include "global.hxx"
#include "address.hxx"
#include "types.hxx"
#include <memory>
......
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