diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-19 15:51:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-19 23:07:36 +0200 |
commit | 2d06146bcb2ae172feaf50e6d0c1f551607a4df9 (patch) | |
tree | 156c99444d179c301b69efe63104f27337a4c496 /sd/source/ui/inc/tools | |
parent | 5d0f517e3a7e1f199f8ed068e9107efa308a1885 (diff) |
Make include file found through -Isd/source/ui/inc
...instead of implicitly next to the including file, in preparation of
loplugin:includeform
Change-Id: I954b6f7132db103c6b89a4ca1577b16f94e800c2
Reviewed-on: https://gerrit.libreoffice.org/43561
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source/ui/inc/tools')
-rw-r--r-- | sd/source/ui/inc/tools/IconCache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tools/IconCache.hxx b/sd/source/ui/inc/tools/IconCache.hxx index 3d08778b9fb8..27192040dcd8 100644 --- a/sd/source/ui/inc/tools/IconCache.hxx +++ b/sd/source/ui/inc/tools/IconCache.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_TOOLS_ICONCACHE_HXX #include <memory> -#include "SdGlobalResourceContainer.hxx" +#include "tools/SdGlobalResourceContainer.hxx" #include <vcl/image.hxx> namespace sd { |