diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/builder.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index c314134ea787..9d952c063e26 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -16,7 +16,6 @@ #include <tools/fldunit.hxx> #include <vcl/dllapi.h> #include <vcl/window.hxx> -#include <xmlreader/xmlreader.hxx> #include <map> #include <set> #include <stack> @@ -39,6 +38,7 @@ class DateField; class TimeField; class VclExpander; class VclMultiLineEdit; +namespace xmlreader { class XmlReader; } class VCL_DLLPUBLIC VclBuilder: private boost::noncopyable { |