diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 21:45:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-16 20:18:29 +0100 |
commit | 700936e43df0ac06accac1b3a8218e221e46455c (patch) | |
tree | d9d4fb8ae5904ea33e626190dc26b237cfc32fc9 /sfx2/inc | |
parent | 76e14924edcecc4312229b5a9b9b9a80f597695d (diff) |
use fwd decls
Change-Id: I06a4049d84d3ef755b713c045f686361782bdfc1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88807
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 306c66fdef39..7d492672cafd 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.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-13 17:43:02 using: + Generated on 2020-02-16 15:22:47 using: ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -26,7 +26,6 @@ #include <cassert> #include <cstddef> #include <cstring> -#include <deque> #include <functional> #include <initializer_list> #include <map> @@ -93,11 +92,11 @@ #include <vcl/button.hxx> #include <vcl/commandevent.hxx> #include <vcl/commandinfoprovider.hxx> -#include <vcl/customweld.hxx> #include <vcl/dibtools.hxx> #include <vcl/dllapi.h> #include <vcl/errcode.hxx> #include <vcl/event.hxx> +#include <vcl/fixed.hxx> #include <vcl/gdimtf.hxx> #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> @@ -437,36 +436,24 @@ #include <sfx2/sfxresid.hxx> #include <sfx2/sfxuno.hxx> #include <sfx2/sidebar/Context.hxx> -#include <sidebar/ControllerFactory.hxx> #include <sfx2/sidebar/Deck.hxx> -#include <sidebar/DeckDescriptor.hxx> -#include <sidebar/DeckTitleBar.hxx> -#include <sidebar/DrawHelper.hxx> -#include <sidebar/Paint.hxx> #include <sfx2/sidebar/Panel.hxx> -#include <sidebar/PanelDescriptor.hxx> -#include <sidebar/PanelTitleBar.hxx> #include <sfx2/sidebar/ResourceManager.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> #include <sfx2/sidebar/SidebarController.hxx> #include <sfx2/sidebar/SidebarDockingWindow.hxx> #include <sfx2/sidebar/TabBar.hxx> #include <sfx2/sidebar/Theme.hxx> -#include <sidebar/TitleBar.hxx> #include <sfx2/sidebar/Tools.hxx> #include <sfx2/signaturestate.hxx> #include <sfx2/stbitem.hxx> #include <sfx2/styfitem.hxx> #include <sfx2/tabdlg.hxx> #include <sfx2/tbxctrl.hxx> -#include <templatecontaineritem.hxx> #include <sfx2/templatedlg.hxx> #include <sfx2/templatelocalview.hxx> -#include <templateviewitem.hxx> #include <sfx2/thumbnailview.hxx> -#include <thumbnailviewitem.hxx> #include <sfx2/tplpitem.hxx> -#include <unoctitm.hxx> #include <sfx2/viewfac.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> |