From 20635ed90b2f684757c480b3cff70547a0e06363 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 11 Oct 2015 18:21:11 +0200 Subject: Reduce scope of #include Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6 --- include/sfx2/frmhtmlw.hxx | 2 +- include/sfx2/mnumgr.hxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/frmhtmlw.hxx b/include/sfx2/frmhtmlw.hxx index e8de3ce05cd4..6e8161b1d9a1 100644 --- a/include/sfx2/frmhtmlw.hxx +++ b/include/sfx2/frmhtmlw.hxx @@ -26,12 +26,12 @@ #include #include #include -#include #include #include #include class SfxFrame; +class SvStream; namespace com { namespace sun { namespace star { namespace document { diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx index 57dc874ab781..2adb619d9f28 100644 --- a/include/sfx2/mnumgr.hxx +++ b/include/sfx2/mnumgr.hxx @@ -25,7 +25,6 @@ #include #include -#include #include #include -- cgit