Use forward declaration instead of (doubled) #include

Change-Id: I1cfb65a809e5dd56fb395c2f801bce5e5d75acfe
Reviewed-on: https://gerrit.libreoffice.org/1642
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
Matteo Casalin
2013-01-11 08:12:12 +01:00
committed by Michael Stahl
parent 2c1eca7bd7
commit 1af49927f5

View File

@@ -20,12 +20,12 @@
#define _HHCWRP_HXX
#include <editeng/hangulhanja.hxx>
#include <pam.hxx>
class SwView;
class Window;
class SwWrtShell;
struct SwConversionArgs;
class SwPaM;
//////////////////////////////////////////////////////////////////////