diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-03-07 13:46:52 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-03-09 06:51:51 +0100 |
commit | 083900f88c112b69e098bbe5820b1d077c18e92c (patch) | |
tree | c1f54839b3feb3d5bf0af4139b51bafee81560ed /canvas | |
parent | 1c3e170d56d3cad1e7729f839fa63f607b62e4e3 (diff) |
Make sal/config.h the first in pch
By convention, it should be the first include in C/CXX files;
so use of pch should not break that.
Change-Id: Ic329c5f39e8f48ad1778724368e262e48972342b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112123
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/inc/pch/precompiled_cairocanvas.hxx | 4 | ||||
-rw-r--r-- | canvas/inc/pch/precompiled_canvastools.hxx | 4 | ||||
-rw-r--r-- | canvas/inc/pch/precompiled_oglcanvas.hxx | 4 | ||||
-rw-r--r-- | canvas/inc/pch/precompiled_vclcanvas.hxx | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/canvas/inc/pch/precompiled_cairocanvas.hxx b/canvas/inc/pch/precompiled_cairocanvas.hxx index c6350a84ebad..ace8b67b0a70 100644 --- a/canvas/inc/pch/precompiled_cairocanvas.hxx +++ b/canvas/inc/pch/precompiled_cairocanvas.hxx @@ -13,13 +13,14 @@ 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-10-02 10:57:08 using: + Generated on 2021-03-08 13:11:37 using: ./bin/update_pch canvas cairocanvas --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_cairocanvas.hxx "make canvas.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> #include <cairo.h> @@ -32,7 +33,6 @@ #include <osl/mutex.hxx> #include <rtl/instance.hxx> #include <rtl/math.hxx> -#include <sal/config.h> #include <sal/log.hxx> #include <vcl/BitmapTools.hxx> #include <vcl/bitmapex.hxx> diff --git a/canvas/inc/pch/precompiled_canvastools.hxx b/canvas/inc/pch/precompiled_canvastools.hxx index 5288be5704c1..64b9ecb1553f 100644 --- a/canvas/inc/pch/precompiled_canvastools.hxx +++ b/canvas/inc/pch/precompiled_canvastools.hxx @@ -13,13 +13,14 @@ 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 2021-03-06 18:49:14 using: + Generated on 2021-03-08 13:11:37 using: ./bin/update_pch canvas canvastools --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_canvastools.hxx "make canvas.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> #include <limits> @@ -29,7 +30,6 @@ #if PCH_LEVEL >= 2 #include <rtl/instance.hxx> #include <rtl/math.hxx> -#include <sal/config.h> #include <sal/log.hxx> #include <vcl/canvastools.hxx> #include <vcl/window.hxx> diff --git a/canvas/inc/pch/precompiled_oglcanvas.hxx b/canvas/inc/pch/precompiled_oglcanvas.hxx index f59783612533..91336db7a7d8 100644 --- a/canvas/inc/pch/precompiled_oglcanvas.hxx +++ b/canvas/inc/pch/precompiled_oglcanvas.hxx @@ -13,13 +13,14 @@ 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 2021-03-06 18:49:14 using: + Generated on 2021-03-08 13:11:35 using: ./bin/update_pch canvas oglcanvas --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_oglcanvas.hxx "make canvas.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <functional> #include <memory> @@ -28,7 +29,6 @@ #include <osl/mutex.hxx> #include <rtl/crc.h> #include <rtl/math.hxx> -#include <sal/config.h> #include <sal/log.hxx> #include <vcl/canvastools.hxx> #include <vcl/font.hxx> diff --git a/canvas/inc/pch/precompiled_vclcanvas.hxx b/canvas/inc/pch/precompiled_vclcanvas.hxx index 797c16e3b354..b49beab4c96c 100644 --- a/canvas/inc/pch/precompiled_vclcanvas.hxx +++ b/canvas/inc/pch/precompiled_vclcanvas.hxx @@ -13,13 +13,14 @@ 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-12-23 06:21:15 using: + Generated on 2021-03-08 13:11:36 using: ./bin/update_pch canvas vclcanvas --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_vclcanvas.hxx "make canvas.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <cstdlib> #include <memory> @@ -30,7 +31,6 @@ #include <osl/diagnose.h> #include <rtl/instance.hxx> #include <rtl/math.hxx> -#include <sal/config.h> #include <sal/log.hxx> #include <vcl/BitmapAlphaClampFilter.hxx> #include <vcl/BitmapMonochromeFilter.hxx> |