diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-24 12:33:09 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-24 12:33:36 +0100 |
commit | b667caafd7c5cb481808ed21ece02beb3b36dd43 (patch) | |
tree | a00486013fca495e010621df1c4116951d9c986d /toolkit | |
parent | a78d61e8f97014068605b65f6480e2bfa9e6b611 (diff) |
Remove unneeded include to hopefully fix the tinderboxes.
Change-Id: I991bb1049556d3d19726ecd36b8e1aad7207814c
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 6d16cde9f172..aec1d0370437 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -82,7 +82,6 @@ using org::libreoffice::touch::ByteBufferWrapper; #include <toolkit/helper/macros.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/unohelp.hxx> -#include <vcl/btndlg.hxx> #include <vcl/button.hxx> #include <vcl/combobox.hxx> #include <vcl/ctrl.hxx> |