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/test/xmlwriter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/test') diff --git a/include/test/xmlwriter.hxx b/include/test/xmlwriter.hxx index 243b7fc0b869..836a12384795 100644 --- a/include/test/xmlwriter.hxx +++ b/include/test/xmlwriter.hxx @@ -16,7 +16,7 @@ #include #include -#include +class SvStream; class OOO_DLLPUBLIC_TEST XmlWriter { -- cgit