diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-16 16:52:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-17 08:20:16 +0200 |
commit | 30a0f574f0b0cc5bc8f8d365553ce02dae377d74 (patch) | |
tree | 4e4e553741da4de2bb8b7b38330f45b7af0c6a92 | |
parent | 7bad1516c5f2a85b5bae3f49261ac2494cbb7162 (diff) |
Revert "Fix Windows build: missing include"
This reverts commit 8f18fca2714a80e236cdb041a7f6d17d0abcb619,
the problem had already been fixed with
be394e1cec8eefd21f5963857b90c2268b511fc5 "missing include".
Change-Id: Ib9de606d9bca2c183b4774bb26d01f134af725d8
Reviewed-on: https://gerrit.libreoffice.org/75731
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | vcl/source/app/svdata.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index 5df1e261c1cf..d21f926dea5a 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -45,7 +45,6 @@ #include <salsys.hxx> #include <units.hrc> #include <print.h> -#include <salframe.hxx> #include <com/sun/star/accessibility/MSAAService.hpp> |