include cleanup

after latest loplugin:checkunusedparams in sd

Change-Id: I9f35343ed3e7ec2e709d7d910297eb0a63945a34
Reviewed-on: https://gerrit.libreoffice.org/37202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index ffd1660..6ba3007 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -25,9 +25,8 @@

#include <sot/storage.hxx>
#include "sddllapi.h"
#include <svl/itemprop.hxx>
#include <svl/lstner.hxx>
#include <com/sun/star/text/WritingMode.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <sfx2/module.hxx>
#include <vcl/vclevent.hxx>
#include <vcl/virdev.hxx>
@@ -41,14 +40,9 @@ class EditFieldInfo;
class SdTransferable;
class SvNumberFormatter;
class SfxErrorHandler;
class SdDrawDocument;
class SfxFrame;
namespace svtools { class ColorConfig; }

namespace sd {
class DrawDocShell;
}

namespace com { namespace sun { namespace star { namespace frame {
    class XFrame;
} } } }
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index cd5c586..8213a6c 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -30,13 +30,11 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
#include <com/sun/star/drawing/XMasterPageTarget.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/presentation/XPresentationSupplier.hpp>
#include <com/sun/star/presentation/FadeEffect.hpp>
#include <com/sun/star/task/XStatusIndicatorSupplier.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <vcl/vclptr.hxx>
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>

#include "grouptable.hxx"

@@ -66,8 +64,6 @@ enum class EppLayout

#define EPP_LAYOUT_SIZE 25

class PptEscherEx;

struct PHLayout
{
    EppLayout   nLayout;
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index b276da8..ce60b88 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -48,7 +48,6 @@ class SdDrawDocument;
class KeyEvent;
class OutputDevice;
class Size;
namespace tools { class Rectangle; }
namespace vcl { class Window; }
class SfxRequest;
class WorkWindow;
@@ -65,7 +64,6 @@ namespace sd
{

class SlideshowImpl;
class Window;
class View;
class ViewShell;
class ViewShellBase;