summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/logger.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/uitest/logger.hxx')
-rw-r--r--include/vcl/uitest/logger.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/vcl/uitest/logger.hxx b/include/vcl/uitest/logger.hxx
index 18fadd77aad2..89f7c72f693b 100644
--- a/include/vcl/uitest/logger.hxx
+++ b/include/vcl/uitest/logger.hxx
@@ -10,14 +10,16 @@
#include <vcl/dllapi.h>
#include <tools/stream.hxx>
-#include <vcl/ctrl.hxx>
-#include <com/sun/star/uno/Sequence.hxx>
+#include <vcl/vclevent.hxx>
namespace com { namespace sun { namespace star {
namespace beans { struct PropertyValue; }
} } }
+namespace com { namespace sun { namespace star { namespace uno { template <class E> class Sequence; } } } }
struct EventDescription;
+class Control;
+class KeyEvent;
class UITEST_DLLPUBLIC UITestLogger
{