diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-03-30 10:10:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-06 21:24:55 +0200 |
commit | a4f747e9cd70bc25994040e7812680c2c8356c08 (patch) | |
tree | 37417145ce76cb3586fb035519e5dbf70c4cb816 /sd/inc | |
parent | 21e8ce9ab9a522d25e95773af59b7ccccaee4e54 (diff) |
remove newly unused stuff
Change-Id: Idce9955294372817c0dd1f40ebd38f16fc90eab5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91007
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 6 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 739759515976..a5c508dc8ac4 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.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-25 20:28:15 using: + Generated on 2020-03-27 20:49:46 using: ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -28,6 +28,7 @@ #include <initializer_list> #include <iomanip> #include <limits.h> +#include <list> #include <locale> #include <map> #include <memory> @@ -73,10 +74,8 @@ #include <sal/typesizes.h> #include <vcl/EnumContext.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/builder.hxx> #include <vcl/commandevent.hxx> #include <vcl/commandinfoprovider.hxx> -#include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/dllapi.h> #include <vcl/errcode.hxx> @@ -91,7 +90,6 @@ #include <vcl/image.hxx> #include <vcl/imapobj.hxx> #include <vcl/keycod.hxx> -#include <vcl/menu.hxx> #include <vcl/outdev.hxx> #include <vcl/ptrstyle.hxx> #include <vcl/scrbar.hxx> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index 0dad26f2c9dc..49ac3467fc2d 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.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-25 20:28:19 using: + Generated on 2020-03-27 20:49:49 using: ./bin/update_pch sd sdui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -174,6 +174,7 @@ #include <basegfx/tuple/b2i64tuple.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> |