summaryrefslogtreecommitdiff
path: root/include/vcl/vclevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/vclevent.hxx')
-rw-r--r--include/vcl/vclevent.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx
index a60723167427..933ce2666fba 100644
--- a/include/vcl/vclevent.hxx
+++ b/include/vcl/vclevent.hxx
@@ -20,10 +20,8 @@
#ifndef INCLUDED_VCL_VCLEVENT_HXX
#define INCLUDED_VCL_VCLEVENT_HXX
-#include <tools/link.hxx>
#include <vcl/dllapi.h>
#include <vcl/vclptr.hxx>
-#include <vcl/window.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -35,6 +33,11 @@ namespace com { namespace sun { namespace star {
}
}}}
+namespace vcl
+{
+ class Window;
+}
+
enum class VclEventId
{
NONE,