diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-04 19:56:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-05 14:54:53 +0200 |
commit | c5b6d2c8db8a3c93d22af3a69336af1d86b74e66 (patch) | |
tree | 08cef3d3b178b73aa3f5b63e3fc76c6b96ccc63b /chart2/inc/pch/precompiled_chartcontroller.hxx | |
parent | 521e194214ce09f9c70336350655f2fcf33c9da1 (diff) |
update some pches that no longer need vcl.lstbox.hxx
Change-Id: I5990f519247df17ecbc4321d93bd12987c9194b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91700
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/inc/pch/precompiled_chartcontroller.hxx')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 35b09a4123c5..0486d5e6baea 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2020-02-17 12:25:36 using: + Generated on 2020-04-04 19:56:06 using: ./bin/update_pch chart2 chartcontroller --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -37,6 +37,7 @@ #include <map> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stddef.h> @@ -102,9 +103,7 @@ #include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> -#include <vcl/dndhelp.hxx> #include <vcl/dockwin.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/floatwin.hxx> #include <vcl/fntstyle.hxx> @@ -116,7 +115,6 @@ #include <vcl/image.hxx> #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> -#include <vcl/lstbox.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> #include <vcl/metaactiontypes.hxx> @@ -130,7 +128,6 @@ #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/task.hxx> -#include <vcl/textfilter.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> #include <vcl/vclenum.hxx> @@ -160,6 +157,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> @@ -314,7 +312,6 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> |