diff options
Diffstat (limited to 'desktop/inc/pch/precompiled_deploymentgui.hxx')
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentgui.hxx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index a51390843ed3..e1ad0a551535 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.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 2019-06-14 11:55:42 using: + Generated on 2019-10-17 15:14:32 using: ./bin/update_pch desktop deploymentgui --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,13 +24,17 @@ #include <algorithm> #include <cassert> #include <cstddef> +#include <cstdlib> +#include <initializer_list> #include <iomanip> #include <limits.h> #include <limits> #include <memory> #include <new> #include <ostream> +#include <sstream> #include <stddef.h> +#include <string> #include <utility> #include <vector> #include <boost/optional.hpp> @@ -46,22 +50,20 @@ #include <rtl/alloc.h> #include <rtl/locale.h> #include <rtl/ref.hxx> +#include <rtl/textcvt.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> #include <sal/macros.h> #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> -#include <vcl/ctrl.hxx> #include <vcl/dllapi.h> -#include <vcl/keycod.hxx> -#include <vcl/settings.hxx> #include <vcl/svapp.hxx> -#include <vcl/vclptr.hxx> #include <vcl/weld.hxx> -#include <vcl/window.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <com/sun/star/beans/NamedValue.hpp> @@ -94,7 +96,6 @@ #include <salhelper/thread.hxx> #include <svtools/controldims.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <tools/color.hxx> #include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/solar.h> |