diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 13:14:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 13:14:43 +0200 |
commit | f5fc81616ccf45edd180cfb8c7002eb50284f90d (patch) | |
tree | a63f9a723a5b99556f88c5be4f3e5b6689405b57 /include | |
parent | 294c80f1cd8279f9ef239b8251b8d4c51284e63d (diff) |
Avoid unnecessary #include
Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37
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 { |