summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-01-22 18:14:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-24 11:28:52 +0100
commit38aa12075432cc6b4e6de60de84c04c1f480768d (patch)
tree9475e961325b372412b5773fabc1f0446264ce7a /sc/source/ui/inc/gridwin.hxx
parentc2216d2d7a5bb0a82f79181fbc46708d35858afe (diff)
find-unneeeded-includes: don't propose to replace o3tl/deleter.hxx
As seen while analysing sw/source/core/inc/DocumentChartDataProviderManager.hxx replacing o3tl/deleter.hxx with fw declaration does not work, it compiles only when it is transitively included. This also removes mistakenly added fw declarations and now unnecessary IwyuFilter blacklist items Change-Id: I2d631f0693dbfd0bb0e62218a525113042c9a907 Reviewed-on: https://gerrit.libreoffice.org/66750 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 37ff1afeebb6..62444a5f2151 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -25,6 +25,7 @@
#include "viewdata.hxx"
#include "cbutton.hxx"
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
+#include <o3tl/deleter.hxx>
#include <memory>
#include <vector>
@@ -38,7 +39,6 @@ namespace sc {
}
namespace sdr { namespace overlay { class OverlayManager; } }
-namespace o3tl { template <typename T> struct default_delete; }
class FmFormView;
struct ScTableInfo;