From e95b076744da8911b2804501b418649a9147e3a9 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Tue, 17 Sep 2013 08:52:21 -0300 Subject: fdo#63926: remove extra include paths in svtools/ and sfx2/ Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e Reviewed-on: https://gerrit.libreoffice.org/5973 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sfx2/Library_sfx.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2/Library_sfx.mk') diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index a95e2b7644ec..46ed25d449e2 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_use_sdk_api,sfx)) $(eval $(call gb_Library_set_include,sfx,\ -I$(SRCDIR)/sfx2/inc \ - -I$(SRCDIR)/include/sfx2/ \ -I$(SRCDIR)/sfx2/source/inc \ -I$(WORKDIR)/SdiTarget/sfx2/sdi \ $$(INCLUDE) \ @@ -306,7 +305,6 @@ $(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx)) $(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\ $$(INCLUDE) \ - -I$(SRCDIR)/include/sfx2/ \ -I$(SRCDIR)/sfx2/inc \ -I$(SRCDIR)/sfx2/sdi \ )) -- cgit