diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-09 17:54:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:46 +0100 |
commit | 5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41 (patch) | |
tree | 36362949319d90e12942d3250ec4d0cf9ad58c50 /sc | |
parent | 19b33ca42f1ce38a2e58070f962f37ecae58be0d (diff) |
fdo#39491 more of unnecessary include paths
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Library_scfilt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index b7c533b87c8f..53bea7aff982 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,scfilt,\ -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ -I$(realpath $(SRCDIR)/sc/inc) \ $$(INCLUDE) \ - -I$(WORKDIR)/oox/inc/ \ )) $(eval $(call gb_Library_add_api,scfilt,\ |