diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-05 19:00:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-05 19:06:25 +0200 |
commit | 07e23d609efc83669f979d5db92206ebed26b619 (patch) | |
tree | 196c3ccd389a9f8c77079a1313e7715b0569130c /fpicker | |
parent | 07dee4da76ad8b2e68309ac41e7be1de572eb1af (diff) |
fpicker: try to fix headers to make tinderbox happy
Change-Id: If0de9b31b4d754dfda4f135a8ffa6df21d7b4314
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/misc/WinImplHelper.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.cxx b/fpicker/source/win32/misc/WinImplHelper.cxx index f20c2515f300..4c75e1250fc7 100644 --- a/fpicker/source/win32/misc/WinImplHelper.cxx +++ b/fpicker/source/win32/misc/WinImplHelper.cxx @@ -17,10 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include "WinImplHelper.hxx" + +#include <vector> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> -#include "AutoBuffer.hxx" -#include "WinImplHelper.hxx" #include <com/sun/star/uno/Sequence.hxx> #include <vector> |