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 /vcl | |
parent | 294c80f1cd8279f9ef239b8251b8d4c51284e63d (diff) |
Avoid unnecessary #include
Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/builder.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/window.cxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index e534e414a778..e1e70c603300 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -45,6 +45,7 @@ #include <svdata.hxx> #include <svids.hrc> #include <window.h> +#include <xmlreader/xmlreader.hxx> using namespace com::sun::star; diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index f773bc2a5f05..8c1fe90d5614 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -18,7 +18,7 @@ */ #include <config_features.h> - +#include <rtl/strbuf.hxx> #include <tools/rc.h> #include <sal/types.h> |