Kaydet (Commit) 8d3b8dd0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Make Library_sdfilt find Library_sd include files via -I

...instead of through ../../... paths.  Change done in preparation of
loplugin:includeform.

Change-Id: I1b4476f32573c2ef19d2a145e6e617b63006d40b
Reviewed-on: https://gerrit.libreoffice.org/43562Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 2d06146b
...@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,sdfilt)) ...@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,sdfilt))
$(eval $(call gb_Library_set_include,sdfilt,\ $(eval $(call gb_Library_set_include,sdfilt,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/inc \
-I$(SRCDIR)/sd/source/ui/inc \
)) ))
ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),) ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
......
...@@ -74,9 +74,9 @@ ...@@ -74,9 +74,9 @@
#include "customshowlist.hxx" #include "customshowlist.hxx"
#include "sddll.hxx" #include "sddll.hxx"
#include "../../ui/inc/DrawDocShell.hxx" #include "DrawDocShell.hxx"
#include "../../ui/inc/FrameView.hxx" #include "FrameView.hxx"
#include "../../ui/inc/optsitem.hxx" #include "optsitem.hxx"
#include <unotools/fltrcfg.hxx> #include <unotools/fltrcfg.hxx>
#include <sfx2/progress.hxx> #include <sfx2/progress.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment