diff options
author | August Sodora <augsod@gmail.com> | 2011-11-06 21:38:44 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-08 13:38:53 +0000 |
commit | 9fbc73f45f7e001357d1143d5fa06ff35248ad5e (patch) | |
tree | 40c756279fdd3e411319ac5aa321e392bc9be28b /basctl | |
parent | c1e6cf2df86248c5dbeee5109f6c2efabcc26aca (diff) |
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/accessibility/accessibledialogwindow.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/accessibility/accessibledialogwindow.cxx b/basctl/source/accessibility/accessibledialogwindow.cxx index 70677e4ef4d2..8b4228fb5fee 100644 --- a/basctl/source/accessibility/accessibledialogwindow.cxx +++ b/basctl/source/accessibility/accessibledialogwindow.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_basctl.hxx" + #include <accessibledialogwindow.hxx> #include <accessibledialogcontrolshape.hxx> #include <baside3.hxx> @@ -46,10 +47,6 @@ #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> -#include <vector> -#include <algorithm> - - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |