diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-21 11:20:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-22 09:39:07 +0200 |
commit | dfb24c3d9f3bdbdace593bbd85307a2467c0c7ec (patch) | |
tree | 3661866938af64f5447398740aba8991d5f65676 /connectivity/inc/pch/precompiled_flat.hxx | |
parent | f8156f7e81145cbf1c287058039ae70585cf64e7 (diff) |
uiobject.hxx only needs forward declares
and update pches accordingly
Change-Id: I411712532fd85961bffe6678416fcdc1d9c7f53d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92617
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'connectivity/inc/pch/precompiled_flat.hxx')
-rw-r--r-- | connectivity/inc/pch/precompiled_flat.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index 4712783cb181..d6aea9b6d421 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.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-01-22 15:57:36 using: + Generated on 2020-04-21 11:13:54 using: ./bin/update_pch connectivity flat --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -186,6 +186,7 @@ #include <o3tl/underlyingenumvalue.hxx> #include <salhelper/salhelperdllapi.h> #include <salhelper/simplereferenceobject.hxx> +#include <sdbcx/VCatalog.hxx> #include <tools/toolsdllapi.h> #include <typelib/typeclass.h> #include <typelib/typedescription.h> @@ -201,7 +202,6 @@ #include <connectivity/dbexception.hxx> #include <connectivity/dbtoolsdllapi.hxx> #include <connectivity/sdbcx/IRefreshable.hxx> -#include <sdbcx/VCatalog.hxx> #include <connectivity/sdbcx/VDescriptor.hxx> #endif // PCH_LEVEL >= 4 |