diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 21:49:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-13 13:12:22 +0200 |
commit | d67b8df027545b686f83c7bd9530758b133ab3d3 (patch) | |
tree | a707a1e1ed241991f388515bbe8a01f0bf7a420c /sw/inc | |
parent | 57667603c52e7d6bb82f5040151c8b7defcc6f8a (diff) |
drop some more unneeded includes
Change-Id: Iec71ca870db5f6aaf317e23db369dfc1fa04bcc1
Reviewed-on: https://gerrit.libreoffice.org/72205
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index e179ab653aad..3a3fa0f679b6 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -104,7 +104,6 @@ #include <vcl/image.hxx> #include <vcl/imap.hxx> #include <vcl/imapobj.hxx> -#include <vcl/lstbox.hxx> #include <vcl/mapmod.hxx> #include <vcl/metric.hxx> #include <vcl/outdev.hxx> @@ -274,6 +273,7 @@ #include <o3tl/any.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/safeint.hxx> +#include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> |